Commit Graph

7 Commits

Author SHA1 Message Date
Brian Tiger Chow
e6ee19ed92 feat(Dockerfile) use ENTRYPOINT
Fixes #258

https://github.com/jbenet/go-ipfs/issues/258
2014-11-05 10:15:17 -08:00
Brian Tiger Chow
c7e55ef3cf fix(Dockerfile)
removed init so that the image ships no longer ships with an identity. 

TODO Maybe allow `ipfs --init run`?  It's important to keep the initialization process simple.
2014-11-02 22:24:11 -08:00
Brian Tiger Chow
ea1576af9b docs(Dockerfile)
don't need -it
2014-11-02 22:09:20 -08:00
Brian Tiger Chow
e7a5dc0056 docs(Dockerfile) update hint
privileged existed for mounting
2014-11-01 21:02:02 -07:00
Brian Tiger Chow
06a8feeaf3 feat(docker) build a daemon
The default Docker build creates a daemon.

TODO allow bootstrap node to be overridden at runtime (perhaps with an
environment variable), so we can use custom topologies in test
environments. NB: We still want the default behavior to connect to Mars.

TODO create a docker image that mounts and uses shared volume to make
that mount accessible on the host.
2014-11-01 17:32:49 -07:00
Brian Tiger Chow
ee49d0b79f fix(docker) listen on all interfaces 2014-09-16 03:47:31 -07:00
Brian Tiger Chow
8bd381ed32 chore(docker) create a basic ipfs image 2014-09-15 23:13:00 -07:00