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
stack-redeploy parses the given yaml using the (docker compose loader package)[https://github.com/docker/cli/tree/master/cli/compose/loader]. Afterwards it iterates over all top level config definitions and prefixes the config. Replacing all usages in services with the prefixed one. Finally it simply calls the `docker` binary to deploy the stack.
20
+
stack-redeploy parses the given yaml using the [docker compose loader package](https://github.com/docker/cli/tree/master/cli/compose/loader). Afterwards it iterates over all top level config definitions and prefixes the config. Replacing all usages in services with the prefixed one. Finally it simply calls the `docker` binary to deploy the stack.
0 commit comments