Skip to content

Commit

Permalink
added rw to docker run
Browse files Browse the repository at this point in the history
  • Loading branch information
chanana committed Jun 12, 2019
1 parent 004ffb4 commit 9c1150c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ _Note: The <b><span style="color:blue">`base`</span></b> directory is where you
docker run --rm \
--tty \
--interactive \
--volume $(pwd):/srv/shiny-server/hcapca \
--volume $(pwd):/srv/shiny-server/hcapca:rw \
--workdir /srv/shiny-server/hcapca \
schanana/hcapca:latest hcapca.R
```
Expand Down Expand Up @@ -98,7 +98,7 @@ docker run --rm \
--tty \
--name hcapca \
--detach \
--volume $(pwd):/srv/shiny-server/hcapca \
--volume $(pwd):/srv/shiny-server/hcapca:rw \
--workdir /srv/shiny-server/hcapca/ \
--publish 3838:3838 \
schanana/hcapca:latest
Expand Down

0 comments on commit 9c1150c

Please sign in to comment.