Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaSeidel authored Mar 26, 2020
1 parent d91212d commit 327d701
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,12 @@ From repo folder:

docker-compose down

## Container to host mapping
## Accessing

When you run the docker-compose up -d if a folder called "coder" in your home directory doesnt exist it creates it. This is the volume mapping where everything you do on the container and settings you setup will be saved for future use. This is also a place for you to locally move files into that makes them accessible from the container, or generated from the container accessible by the host.
Once launched browse to http://localhost:8080
Link to your local host will be
- Container: /home/seluser/workspace
- Host: ~/automation-projects

## Tests
### Steps to run tests:
Expand Down

0 comments on commit 327d701

Please sign in to comment.