Skip to content

Commit

Permalink
Update user to user
Browse files Browse the repository at this point in the history
  • Loading branch information
nturaga committed Mar 23, 2020
1 parent a4b2499 commit 211bfff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -309,11 +309,11 @@ version of Bioconductor.

##### To run R from the command line:

docker run -it --user bioc bioconductor/bioconductor_docker:devel R
docker run -it --user rstudio bioconductor/bioconductor_docker:devel R

##### To open a Bash shell on the container:

docker run -it --user bioc bioconductor/bioconductor_docker:devel bash
docker run -it --user rstudio bioconductor/bioconductor_docker:devel bash

**Note**: The `docker run` command is very powerful and versatile.
For full documentation, type `docker run --help` or visit
Expand Down Expand Up @@ -344,7 +344,7 @@ package would be available for use.
--user rstudio \
bioconductor/bioconductor_docker:devel

without the `--user bioc` option, the container is started and
without the `--user rstudio` option, the container is started and
logged in as the `root` user.

The `-it` flag gives you an interactive tty (shell/terminal) to the
Expand Down

0 comments on commit 211bfff

Please sign in to comment.