PS E:\WorkDev\docker-sshfs> docker run -it --rm --cap-add SYS_ADMIN --device /dev/fuse --name sshfs -e UID=1000 -e GID=100 -v $PWD/mnt:/mount:shared sshfs_alpine username@dev.website.com:/home/www
C:\Program Files\Docker\Docker\resources\bin\docker.exe: Error response from daemon: path /host_mnt/e/WorkDev/docker-sshfs/mnt is mounted on /host_mnt/e but it is not a shared mount.
Running on Windows 10