bring-sally-up
v1.1.0
Published
Tired of typing `docker-compose -f sally.yml up -d` and then `docker-compose -f sally.yml down`?
Downloads
2
Readme
Bring Sally Up!
Tired of typing docker-compose -f sally.yml up -d
and then docker-compose -f sally.yml down
?
Well now you can save yourself some keystrokes and get pumped at the same time (listening to Flower by Moby)!
How?
npm install -g bring-sally-up
- open a directory in command line where you have a
docker-compose
file - run
bring sally up
(where sally is the name of yourdocker-compose
file) - when you are done, run
bring sally down
Platforms
Ubuntu
You will need to run these two commands to install alsa
before running npm install
, otherwise you will have no audio! 😢
sudo apt-get install alsa-base alsa-utils
sudo apt-get install libasound2-dev
Windows
Who knows?
Mac
Probably