Skip to content

Commit

Permalink
Use pwd for an absolute path
Browse files Browse the repository at this point in the history
This reverts commit bb5c7e3.
  • Loading branch information
timothymcmackin committed Aug 8, 2024
1 parent 01b86d5 commit 8246aab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/smart-rollup/set-up.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Later, you will use this image to run a sandbox Tezos environment for testing th
1. Run this command to start the Docker image, open a command-line terminal in that image, and mount the `hello-world-kernel` folder in it:

```bash
docker run -it --rm --volume .:/home/tezos/hello-world-kernel --entrypoint /bin/sh --name octez-container tezos/tezos:master
docker run -it --rm --volume $(pwd):/home/tezos/hello-world-kernel --entrypoint /bin/sh --name octez-container tezos/tezos:master
```

Your command-line prompt changes to indicate that it is now inside the running Docker container.
Expand Down

0 comments on commit 8246aab

Please sign in to comment.