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)!
npm install -g bring-sally-up- open a directory in command line where you have a
docker-composefile - run
bring sally up(where sally is the name of yourdocker-composefile) - when you are done, run
bring sally down
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
If you run into any issues installing this package, like EACCESS errros, consider folling the steps in this page: https://docs.npmjs.com/getting-started/fixing-npm-permissions
Who knows?
Probably