Open hosh opened 9 years ago
This needs IPNS working, so we can mount ipns fuse, and put the container in there. @whyrusleeping how far are the ipns changes from being in?
Ok, IPNS is working for go-ipfs:master
There is also a way to use FUSE mounts without starting the container in priveledged mode: https://github.com/docker/docker/issues/9448#issuecomment-65529399
docker run -ti --name dev --device /dev/fuse peter/dev:sshfs /bin/bash
Discussion