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

https://github.com/containersolutions/codeship-docker-compose-examples


https://github.com/containersolutions/codeship-docker-compose-examples

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Orchestrate Containers for Development with Docker Compose

Source code of examples used in the blog post at Codeship
http://blog.codeship.com/orchestrate-containers-for-development-with-docker-compose/

# Running

1. Install [Docker Compose](https://docs.docker.com/compose/)
1. Run
```bash
cd example1/
docker-compose up -d

cd example2/development/
docker-compose up -d
```