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
Would be nice to be nice to be able to trigger a script on all instances of a container. Using docker-compose you can end up with docker_nginx_1, docker_nginx_2, ..., docker_nginx_N after scaling nginx up.
Would be nice to be nice to be able to trigger a script on all instances of a container. Using docker-compose you can end up with
docker_nginx_1
,docker_nginx_2
, ...,docker_nginx_N
after scaling nginx up.Proposal:
Add in the use of
As a dynamic shortcut for:
Where
compose-project
is-p, --project-name NAME Specify an alternate project name (default: directory name)
.Thought?
The text was updated successfully, but these errors were encountered: