Skip to content

Commit

Permalink
markdown fail
Browse files Browse the repository at this point in the history
  • Loading branch information
davefinster committed Nov 29, 2015
1 parent 080d441 commit e5d2460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -9,7 +9,7 @@
4. Start server with `shotgun app.rb`. Your server will now be listening on `http://localhost:9393`

## Running under Docker
1. Install Docker! Guides for [http://docs.docker.com/windows/started/](Windows), [http://docs.docker.com/mac/started/](Mac) and [http://docs.docker.com/linux/started/](Linux)
1. Install Docker! Guides for [Windows](http://docs.docker.com/windows/started/), [Mac](http://docs.docker.com/mac/started/) and [Linux](http://docs.docker.com/linux/started/)
2. Open a Docker command line, change to the project directory and run `docker build ./`
3. Once the image is built, run `docker run --rm -p 9393:9393 <container id>`
4. The application is now accessible on port 9393 on your Docker host.
Expand Down

0 comments on commit e5d2460

Please sign in to comment.