Skip to content

Commit

Permalink
Update wording in docker README
Browse files Browse the repository at this point in the history
  • Loading branch information
abitmore authored Jul 5, 2020
1 parent dad05e8 commit 091686b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README-docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ The `Dockerfile` performs the following steps:
8. Add a local bitshares user and set `$HOME` to `/var/lib/bitshares`
9. Make `/var/lib/bitshares` and `/etc/bitshares` a docker *volume*
10. Expose ports `8090` and `1776`
11. Add default config from `docker/default_config.ini`,
`docker/default_logging.ini` and entry point script
12. Run entry point script by default
11. Add default config from `docker/default_config.ini` and
`docker/default_logging.ini`
12. Add an entry point script
13. Run the entry point script by default

The entry point simplifies the use of parameters for the `witness_node`
(which is run by default when spinning up the container).
Expand Down

0 comments on commit 091686b

Please sign in to comment.