1. 03 Nov, 2014 2 commits
    • Brian Tiger Chow's avatar
      fix(Dockerfile) · c7e55ef3
      Brian Tiger Chow authored
      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.
      c7e55ef3
    • Brian Tiger Chow's avatar
      docs(Dockerfile) · ea1576af
      Brian Tiger Chow authored
      don't need -it
      ea1576af
  2. 02 Nov, 2014 2 commits
    • Brian Tiger Chow's avatar
      docs(Dockerfile) update hint · e7a5dc00
      Brian Tiger Chow authored
      privileged existed for mounting
      e7a5dc00
    • Brian Tiger Chow's avatar
      feat(docker) build a daemon · 06a8feea
      Brian Tiger Chow authored
      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.
      06a8feea
  3. 16 Sep, 2014 2 commits