Skip to content
This repository has been archived by the owner on Feb 2, 2022. It is now read-only.

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitf authored Nov 10, 2016
1 parent 8f885f1 commit 75af27a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions che-mount/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
# -v /etc/group:/etc/group:ro
# -v /etc/passwd:/etc/passwd:ro
# -u $(id -u ${USER})
# -v <host-dir>:/mnthost codenvy/che-mount <ip> <ws-id|ws-name>
# -v <host-dir>:/mnthost codenvy/che-mount <ws-id|ws-name>
#
# On Mac or Windows:
# docker run --rm -it --cap-add SYS_ADMIN --device /dev/fuse
# --name che-mount
# -v ~/.ssh:/root/.ssh
# -v <host-dir>:/mnthost codenvy/che-mount <ip> <ws-id|ws-name>
# -v <host-dir>:/mnthost codenvy/che-mount <ws-id|ws-name>
#
# RUN IN CONTAINER:
# echo "secret" | $(echo "yes" | sshfs [email protected]:/projects /mntssh -p 32774)
Expand Down

0 comments on commit 75af27a

Please sign in to comment.