mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2025-03-09 15:39:58 +00:00
Update README.md
minor typo fix to the sshfs mount command
This commit is contained in:
parent
730d6f294a
commit
3259824617
1 changed files with 1 additions and 1 deletions
|
@ -246,7 +246,7 @@ The easiest and most secure way is `sshfs`
|
||||||
```bash
|
```bash
|
||||||
# on Linux/Windows
|
# on Linux/Windows
|
||||||
mkdir ~/mnt/osx
|
mkdir ~/mnt/osx
|
||||||
sshfs user@localhost:/ -p 50922 ~/mnt/osx
|
sshfs user@localhost: -p 50922 ~/mnt/osx
|
||||||
# wait a few seconds, and ~/mnt/osx will have full rootfs mounted over ssh, and in userspace
|
# wait a few seconds, and ~/mnt/osx will have full rootfs mounted over ssh, and in userspace
|
||||||
# automated: sshpass -p <password> sshfs user@localhost:/ -p 50922 ~/mnt/osx
|
# automated: sshpass -p <password> sshfs user@localhost:/ -p 50922 ~/mnt/osx
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue