https://github.com/johnandersen777/docker-scripts
Docker compose files and init.d scripts for containers as services
https://github.com/johnandersen777/docker-scripts
Last synced: 4 months ago
JSON representation
Docker compose files and init.d scripts for containers as services
- Host: GitHub
- URL: https://github.com/johnandersen777/docker-scripts
- Owner: johnandersen777
- Created: 2015-07-25T18:35:31.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-15T17:47:01.000Z (almost 10 years ago)
- Last Synced: 2025-02-15T08:36:21.974Z (5 months ago)
- Language: Shell
- Size: 137 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- 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