Docker Compose Getting Started Tutroial

This is a tutorial done for learning puposes found at Docker

Installation

# clone project
$ git clone git@github.com:potatogopher/composetest
$ cd composetest

# build and start server
$ docker build -t web .
$ docker-compose up

# navigate to localhost:5000 or 0.0.0.0:5000 to see the application running