Docker container to wait for a file to be available. e.g. wait for a network folder to be available on the host
version: "2"
services:
wait:
image: woa7/wait-for-file
volumes:
- /var/host-location:/wait
cmd: /wait/some-file-to-wait-for
Credit:
https://github.com/derekmahar/docker-compose-wait-for-file https://github.com/gnarus-io/docker-compose-wait-for-file
Content type
Image
Digest
Size
2.7 MB
Last updated
almost 6 years ago
docker pull woa7/wait-for-file