https://github.com/containersolutions/codeship-docker-compose-examples
https://github.com/containersolutions/codeship-docker-compose-examples
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/containersolutions/codeship-docker-compose-examples
- Owner: ContainerSolutions
- Created: 2015-05-18T23:58:30.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2019-02-11T14:13:08.000Z (over 7 years ago)
- Last Synced: 2025-02-15T03:28:59.655Z (over 1 year ago)
- Language: HTML
- Size: 128 KB
- Stars: 2
- Watchers: 48
- Forks: 31
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```