docker-compose-wait icon indicating copy to clipboard operation
docker-compose-wait copied to clipboard

A simple script to wait for other docker images to be started while using docker-compose (or Kubernetes or docker stack or whatever)

Results 7 docker-compose-wait issues
Sort by recently updated
recently updated
newest added

It's possible that a docker image is based on SCRATCH, and contains nothing but the executable. In that case, the `command` part of this image should be somthing like: `command:...

enhancement
help wanted
PR Welcome

Hi, I would like to know if you can provide an auto updated docker image on dockerhub for example that can be directly used on any system running docker? For...

Bumps [log](https://github.com/rust-lang/log) from 0.4.14 to 0.4.17. Changelog Sourced from log's changelog. [0.4.17] - 2022-04-29 Update kv_unstable internal dependencies. [0.4.16] - 2022-03-22 Fix a conflict with unqualified Option use in macros....

dependencies

Following the proposal from https://github.com/ufoscout/docker-compose-wait/issues/49#issuecomment-897890096 I made a PR. Do you want me to add a CI with `travis` or `github-action` ?

Currently the specification of host and port must be in form "{host}:{port}". In many cases the url to check is already present in the system configuration in form of connection...

The `docker` job inside `.github/workflows/release.yml` has hardcoded sections for each architecture, this should be removed in favour of the arch matrix. This is blocked by: - https://github.com/docker/build-push-action/issues/846 - https://github.com/docker/build-push-action/issues/671