Skip to content

Simple build for the docker-compose util as a replacement for a local installation of the utility

License

Notifications You must be signed in to change notification settings

luzifer-docker/docker-compose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Luzifer / docker-compsoe

This repository contains a simple build for the docker-compose util as a replacement for a local installation of the utility.

Usage

$ docker run --rm -ti \
    -v "/var/run/docker.sock:/var/run/docker.sock" \
    -v "$(pwd):$(pwd)" \
    luzifer/docker-compose help

Or you could create a shell alias for that command and use it like a local installation of docker-compose:

$ alias docker-compose='docker run --rm -ti -v "/var/run/docker.sock:/var/run/docker.sock" -v "$(pwd):$(pwd)" luzifer/docker-compose'
$ docker-compose help

About

Simple build for the docker-compose util as a replacement for a local installation of the utility

Topics

Resources

License

Stars

Watchers

Forks