docker
docker copied to clipboard
Docker 1.12 required for HEALTHCHECK CMD
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