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

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

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