Changes between Initial Version and Version 2 of Ticket #4289
- Timestamp:
- 09/09/21 05:12:55 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4289
- Property Component changed from mc-core to mc-vfs
- Property Milestone changed from 4.8.28 to Future Releases
-
Ticket #4289 – Description
initial v2 4 4 5 5 1. `/etc/fstab` mount looks like this: 6 `` 6 {{{ 7 7 user@host:/mnt/remote/stuff /mnt/stuff fuse.sshfs 8 8 noauto,_netdev,user,transform_symlinks,identityfile=/path/to/key,default_permissions,uid=user,gid=user,allow_other,cache=no 0 0 9 `` 9 }}} 10 10 11 11 2. `docker run -it --rm -v /mnt/stuff:/mnt:ro debian:11`