Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Writable containers with IPFS in 5 seconds. #4

Open
hosh opened this issue Mar 13, 2015 · 2 comments
Open

Writable containers with IPFS in 5 seconds. #4

hosh opened this issue Mar 13, 2015 · 2 comments

Comments

@hosh
Copy link
Contributor

hosh commented Mar 13, 2015

  1. Start a container.
  2. Write to it.
  3. Shut it down.
  4. Elsewhere, start the container.
  5. boom changes.

Discussion

  1. Does this require changes in unionfs?
  2. Or are we talking about having ipfs as a possible layer inside a stack of unionfs?
@jbenet
Copy link
Contributor

jbenet commented Mar 14, 2015

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?

@hosh
Copy link
Contributor Author

hosh commented Mar 27, 2015

Ok, IPNS is working for go-ipfs:master

There is also a way to use FUSE mounts without starting the container in priveledged mode: moby/moby#9448 (comment)

docker run -ti --name dev --device /dev/fuse peter/dev:sshfs /bin/bash

@jbenet jbenet mentioned this issue Mar 30, 2015
52 tasks
@jbenet jbenet mentioned this issue Apr 6, 2015
42 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants