Juan Benet
Juan Benet
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?
agreed. this may not play well with ipns not being super ready yet
https://github.com/zignig/astralboot
Let's use checkboxes for tracking todos. - [ ] symlinks (easy) - [ ] permissions on unixfs (metadata?) (easy) - [ ] getting exec to work from ipns inside a...
@wking hm-- we use checkboxes a lot in various other repos. They're really useful to capture independent items to ensure are handled without yet having to do the work of...
@wking may be easier to turn this into `[006]`. its ok if the demos on the repo are weird numbers. we can reorder them later.
@wking this looks great. i havent tried it yet, but maybe i can try it tomorrow.
- ipfs mount (fuse in the container -- probably need to run dockerd in privileged mode) - prepared datasets
@hosh oh yeah we could ship a container with a node initialized and the data already added to the container. We'd just have to generate an ephemeral ID on first...
@hosh another way would be to just issue an `ipfs pin add -r` command through the http api after the container boots. in that case the data would have to...