Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gagekmoreno authored Nov 12, 2020
1 parent 73f3153 commit 1d035c3
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 @@ -26,7 +26,7 @@ Step 1: Download the Docker Image
+ To pull the docker image, just run the following in your terminal window:

```
docker pull gkmoreno/sars2_zequencer:v3
docker pull gkmoreno/sars2_zequencer:v3.1
```

+ This will pull the image to Docker that is on your computer. It does not matter the directory in which you are located to do the Docker pull, as long as you are NOT located inside a Docker container.
Expand All @@ -42,7 +42,7 @@ Step 3: Run the Docker image to open the container.
```bash
docker run --user $(id -u):$(id -g) \
-it -v $(pwd):/scratch -w /scratch \
gkmoreno/sars2_zequencer:v3 \
gkmoreno/sars2_zequencer:v3.1 \
/bin/bash
```

Expand Down

0 comments on commit 1d035c3

Please sign in to comment.