Skip to content

0del/docker-compose-rm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-compose-rm

docker-compose running with remote gist file.

Manual install

Download dc-rm file to your machine.

# provide permission
chmod +x  dc-rm 
# move to bin
mv dc-rm /usr/local/bin 

Usage

# url is your docker-compose file on gist
# Example: https://gist.githubusercontent.com/9bany/398cc74ae4b5bc84fff75c9cac8677df/raw/docker-compose.yml
dc-rm <url>


image