Skip to content

Commit

Permalink
Merge branch 'master' of github.com:softrams/automation-toolset
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaSeidel committed Mar 26, 2020
2 parents 4bd2bb7 + 327d701 commit f5bfabb
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
- Host: ~/

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

0 comments on commit f5bfabb

Please sign in to comment.