docker icon indicating copy to clipboard operation
docker copied to clipboard

Docker 1.12 required for HEALTHCHECK CMD

Open csharptest opened this issue 8 years ago • 0 comments

Trying to take advantage of the following: https://docs.docker.com/engine/reference/builder/#/healthcheck

The following added to the dockerfile fails in circleci:

HEALTHCHECK CMD curl --fail http://localhost/ || exit 1

csharptest avatar Jan 29 '17 22:01 csharptest