Answers for "docker volumes external"

1

docker create volume

$ docker volume create hello

hello

$ docker run -d -v hello:/world busybox ls /world
Posted by: Guest on October-05-2020
0

healthcheck docker compose

healthcheck:
  test: ["CMD", "curl", "-f", "http://localhost"]
  interval: 1m30s
  timeout: 10s
  retries: 3
  start_period: 40s
Posted by: Guest on November-25-2020

Python Answers by Framework

Browse Popular Code Answers by Language