Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
schottsfired committed Jul 13, 2016
1 parent b8ea1b6 commit e1be8ae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ boot2docker/docker-machine v1.12.0-rc3 should also work

increase limits in Docker preferences (CPU: 3, Memory: 6GB)

open terminal and type
open terminal and type:

sudo vi /etc/hosts

Expand All @@ -18,7 +18,7 @@ add this entry:

## How to run

simply,
simply:

docker-compose up

Expand All @@ -34,11 +34,11 @@ see docker-compose.yml for list of available services

use ctrl+c to stop the environment

run commands on containers with
run commands on containers with:

docker exec -it <containerId> bash

or
or:

docker exec -it <containerId> ping cjp.local

Expand Down

0 comments on commit e1be8ae

Please sign in to comment.