mirror of
https://github.com/fsquillace/junest.git
synced 2026-01-23 02:34:30 +00:00
Update README.md for updated bind usage
This commit is contained in:
parent
8609300b20
commit
26e58aaeec
1 changed files with 7 additions and 1 deletions
|
|
@ -269,7 +269,13 @@ armv7l
|
|||
```
|
||||
|
||||
## Bind directories ##
|
||||
To bind a host directory to a guest location, you can use proot arguments:
|
||||
To bind a host directory to a guest location:
|
||||
|
||||
```sh
|
||||
junest -b "--bind /home/user/mydata /mnt/mydata"
|
||||
```
|
||||
|
||||
Or using proot arguments:
|
||||
|
||||
```sh
|
||||
junest proot -b "-b /mnt/mydata:/home/user/mydata"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue