Merge pull request #840 from Dakai/master
Some checks failed
Push Docker Image to Docker Hub / Push Docker Image to Docker Hub (push) Has been cancelled

Update README.md
This commit is contained in:
sickcodes
2025-06-06 10:08:10 +00:00
committed by GitHub

View File

@ -265,7 +265,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
``` ```