diff --git a/README.md b/README.md index 9daf28d..30f126e 100644 --- a/README.md +++ b/README.md @@ -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: