You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
init
build
dev (open a shell in the container, for development, with source dir mounted)
run (for production)
stop (stop and remove the container)
test (perform a test of the service)
push (to docker compliant registry)
publish (service and verify service)
clean (depend on stop and also remove the container image)
distclean (clean as much as possible, e.g., remove all container and all images, and docker network prune, etc.)
https://github.com/open-horizon-services/mqtt/blob/main/Makefile
The text was updated successfully, but these errors were encountered: