Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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