docker
docker copied to clipboard
Fork: Docker to work in CircleCI unprivileged containers
This PR was automatically created by Snyk using the credentials of a real user.Keeping your Docker base image up-to-date means you’ll benefit from security fixes in the latest version of...
Currently only docker-compose 1.5.0 or older will work with the installed version of docker. This means version 2 of the `docker-compose.yml` format is incompatible with circle ci.
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`
Even after logging in, the docker push command tries to get authentication details interactively. Passing the details as a heredoc fails with a docker error about invalid ioctl. I believe...