Skip to content

Commit

Permalink
Update docker.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xies4 committed May 1, 2024
1 parent 66c042a commit b8a1442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ docker tag sc-smk-wl:latest ccrsfifx/sc-smk-wl:r1.0.0
docker push ccrsfifx/sc-smk-wl:r1.0.0
```

To test the container, we can create a container using the image we have built above:
To test the image, we can create a container using the image we have built above:
```
docker run -p 8888:8888 -v /Volumes/:/Volumes/ -t -d --name Renv sc-smk-wl:latest
```
Expand Down

0 comments on commit b8a1442

Please sign in to comment.