Use aanand/wait image to wait for service to be ready

This commit is contained in:
Loïc Guitaut
2015-09-09 18:21:04 +02:00
parent 32af344146
commit 1085a0a01f
2 changed files with 2 additions and 1 deletions

View File

@@ -36,7 +36,7 @@ case "$1" in
echo "$ID" > "$SERVICE_ROOT/ID"
dokku_log_verbose_quiet "Waiting for container to be ready"
sleep 10
docker run --rm --link "$SERVICE_NAME:$PLUGIN_COMMAND_PREFIX" aanand/wait > /dev/null
dokku_log_verbose_quiet "Creating container database"
IP=$(get_container_ip "$ID")