Skip to content

Commit

Permalink
Fix docker run command
Browse files Browse the repository at this point in the history
The volume was pointing to the wrong path
  • Loading branch information
robert-w-gries authored Oct 14, 2020
1 parent ca5e2b6 commit f809a8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ cargo run # run kernel using qemu

```
docker build -t rxinu .
docker run -v ${PWD}:/rxinu -i -t rxinu
docker run -v ${PWD}:/home/rxinu/rxinu -i -t rxinu
```

### QEMU headless mode
Expand Down

0 comments on commit f809a8f

Please sign in to comment.