implement recreate, reload and status, and stop advertising -H
The usage listed recreate but the dispatcher did not know it: myos recreate exited 2 saying the command was unknown. status was missing too, and -H was parsed into a variable nothing ever reads, so it was accepted and ignored. It now refuses rather than pretending.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
docker network create tester-local
|
||||
docker network create testhost
|
||||
docker compose -f @WD@/stack/host/consul.yml -f @MYOS@/share/compose/networks.yml -p testhost --project-directory @WD@/stack/host up -d --force-recreate
|
||||
[exit 0]
|
||||
@@ -0,0 +1,2 @@
|
||||
docker compose -f @WD@/stack/host/consul.yml -f @MYOS@/share/compose/networks.yml -p testhost --project-directory @WD@/stack/host ps
|
||||
[exit 0]
|
||||
@@ -1,4 +0,0 @@
|
||||
@MYOS@/share/make/shim.mk:66: warning: overriding commands for target `.myos.settings.mk'
|
||||
@MYOS@/share/make/shim.mk:44: warning: ignoring old commands for target `.myos.settings.mk'
|
||||
docker compose -f @WD@/stack/host/consul.yml -f @MYOS@/share/compose/networks.yml -p testhost --project-directory @WD@/stack/host config
|
||||
[exit 0]
|
||||
@@ -1,4 +0,0 @@
|
||||
@MYOS@/share/make/shim.mk:66: warning: overriding commands for target `.myos.settings.mk'
|
||||
@MYOS@/share/make/shim.mk:44: warning: ignoring old commands for target `.myos.settings.mk'
|
||||
would renew the certificates of host/consul host/fabio
|
||||
[exit 0]
|
||||
@@ -1,6 +0,0 @@
|
||||
@MYOS@/share/make/shim.mk:66: warning: overriding commands for target `.myos.settings.mk'
|
||||
@MYOS@/share/make/shim.mk:44: warning: ignoring old commands for target `.myos.settings.mk'
|
||||
docker network create tester-local
|
||||
docker network create testhost
|
||||
docker compose -f @WD@/stack/host/consul.yml -f @WD@/stack/host/fabio.yml -f @MYOS@/share/compose/networks.yml -p testhost --project-directory @WD@/stack/host up -d
|
||||
[exit 0]
|
||||
Reference in New Issue
Block a user