container-demos icon indicating copy to clipboard operation
container-demos copied to clipboard

Deploying container images with IPFS in 5 seconds.

Open hosh opened this issue 11 years ago • 1 comments

Overview

  1. Make a container
  2. Start the container elsewhere.
  3. boom it works. lazily.

Where did the publish step go? We didn't need it. :)

Discussion

  1. Minimalist is referencing this with a hash
  2. ipns ?

Source: https://gist.github.com/jbenet/cfd72a6caea4299f7d1a

hosh avatar Mar 13 '15 19:03 hosh

For docker, this means working with https://github.com/docker/distribution -- implementing https://github.com/docker/distribution/blob/master/doc/spec/api.md

jbenet avatar Mar 14 '15 17:03 jbenet