Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haykokoryun/bring-sally-up
Tired of typing docker-compose -f sally.yml up -d and then docker-compose -f sally.yml down?
https://github.com/haykokoryun/bring-sally-up
docker docker-compose npm tooling
Last synced: about 1 month ago
JSON representation
Tired of typing docker-compose -f sally.yml up -d and then docker-compose -f sally.yml down?
- Host: GitHub
- URL: https://github.com/haykokoryun/bring-sally-up
- Owner: HaykoKoryun
- Created: 2018-07-09T20:06:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-04T20:18:16.000Z (about 6 years ago)
- Last Synced: 2024-10-15T17:01:01.767Z (about 1 month ago)
- Topics: docker, docker-compose, npm, tooling
- Language: JavaScript
- Homepage:
- Size: 364 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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**](https://www.youtube.com/watch?v=6A2V9Bu80J4))!
### How?
1. `npm install -g bring-sally-up`
2. open a directory in command line where you have a `docker-compose` file
3. run `bring sally up` (where _sally_ is the name of your `docker-compose` file)
4. when you are done, run `bring sally down`### Platforms
#### UbuntuYou 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
#### Windows
Who knows?#### Mac
Probably###### **Note to self**: check that it works on Windows and Mac!