Skip to content

Commit

Permalink
docs: fixed command for volume mapping in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
danilexn committed Apr 22, 2024
1 parent cac2210 commit 998d8d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/computational/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ docker run -it --rm --entrypoint bash openst
#### Attach a local folder to `docker`:
In a terminal:
```bash
docker run -it --rm -p 9876:9876 -v local_folder:/app/docker_folder openst
docker run -it --rm -v local_folder:/app/docker_folder --entrypoint bash openst
```

Make sure to replace `local_folder` (and optionally `docker_folder`).
Expand Down

0 comments on commit 998d8d3

Please sign in to comment.