https://github.com/ocramz/docker-compose-test
Docker compose test
https://github.com/ocramz/docker-compose-test
Last synced: 6 months ago
JSON representation
Docker compose test
- Host: GitHub
- URL: https://github.com/ocramz/docker-compose-test
- Owner: ocramz
- Created: 2016-01-04T15:13:56.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-06T22:58:18.000Z (over 9 years ago)
- Last Synced: 2025-02-01T11:30:33.068Z (8 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-compose-test
Just following the example at https://docs.docker.com/compose/gettingstarted/ .
# Usage
* Copy this repo locally : `git clone https://github.com/ocramz/docker-compose-test.git`
* Turn on Docker : `eval $(docker-machine env default)`
* `make build`
* `docker-compose up`
* Point the browser at the IP and port shown in the output of the previous command