Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pdxjohnny/docker-scripts
Docker compose files and init.d scripts for containers as services
https://github.com/pdxjohnny/docker-scripts
Last synced: about 1 month ago
JSON representation
Docker compose files and init.d scripts for containers as services
- Host: GitHub
- URL: https://github.com/pdxjohnny/docker-scripts
- Owner: pdxjohnny
- Created: 2015-07-25T18:35:31.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-15T17:47:01.000Z (about 9 years ago)
- Last Synced: 2024-03-16T06:51:34.159Z (8 months ago)
- Language: Shell
- Size: 137 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Docker Scripts
---Docker compose files to run containers a services
Install A Service
---To install a service cd to its directory
```bash
cd couchdb
```Then run install
```bash
sudo -HE ./install.sh
```That puts the docker- file in init.d
Finally run
```bash
docker-compose up -d
```To confirm that the container is running correctly