Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 631 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 631 Bytes

docker-compose

An image to run docker-compose on a docker host and authenticate with a private container registry using a JSON service account file.

Environment Variables

Running a container

docker run \
    -v /var/run/docker.sock:/var/run/docker.sock \
    -v "$PWD:$PWD" \
    -w="$PWD" \
    tmannherz/docker-compose \
    up

It is assumed the the service account JSON file is called service-account.json and it's located within the context directory where the container is run.

docker-compose version in the image is 1.26.2.