Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-rpr authored Nov 6, 2022
1 parent dd5b8b8 commit 691c712
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
**Status:** Experimental (only for development, expect crashes)
<img height="171px" align="right" alt="DOCKER-SSHFS" src="https://raw.githubusercontent.com/robin-rpr/docker-sshfs/master/docker-sshfs.svg" title="docker-sshfs"/>
<img height="171px" align="right" alt="docker-mount-sshfs" src="https://raw.githubusercontent.com/robin-rpr/docker-sshfs/master/docker-mount-sshfs.svg" title="docker-sshfs"/>


# Docker Mount SSHFS
Expand All @@ -22,7 +22,7 @@ docker create --name=sshfs \
--device=/dev/fuse \
-v <config_path>:/config \
-v <mnt_path>:/mnt:shared \
ghcr.io/robin-rpr/docker-sshfs:main
ghcr.io/robin-rpr/docker-mount-sshfs:main
```

```bash
Expand Down

0 comments on commit 691c712

Please sign in to comment.