Sign inSign up

simplificator/docker-stack-wait

By simplificator

Updated over 7 years ago

Wait for a docker stack deploy to complete

Image
0

7.7K

simplificator/docker-stack-wait repository overview

Docker Stack Wait

Waits for a docker stack deploy to complete.

Example Usage:

docker-stack-wait.sh $stack_name

Help output:

$ ./docker-stack-wait.sh -h
docker-stack-wait.sh [opts] stack_name
  -h:     this help message
  -s sec: frequency to poll service state (default 5 sec)
  -t sec: timeout to stop waiting

Usage as container

$ docker run --rm -it \
           -v `pwd`/docker-compose.yml:/docker-compose.yml \
           -v /var/run/docker.sock:/var/run/docker.sock \
           simplificator/docker-stack-wait $STACK_NAME

or with an alias

$ alias docker-stack-wait='docker run --rm -i -v `pwd`/docker-compose.yml:/docker-compose.yml -v /var/run/docker.sock:/var/run/docker.sock simplificator/docker-stack-wait'

The respective container is available on Docker Hub and built with Docker Hub Automated Builds.

Tag summary

Content type

Image

Digest

Size

49.2 MB

Last updated

over 7 years ago

docker pull simplificator/docker-stack-wait