Skip to content

tmannherz/docker-compose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

Docker image with docker-compose

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published