|
|
|
|
|
by jzxcv
4205 days ago
|
|
(disclosure: another CoreOS employee) > When it comes to distributing container images the ACI spec only requires hosting ACI images (tarballs) behind a HTTP webserver Just to clarify a little: the spec [1] actually only stipulates that the _metadata_ for image discovery is provided over HTTPS. The actual ACI images (i.e. tarballs) can be distributed using any desired mechanism. For example the meta discovery service can provide HDFS and BitTorrent addresses, and then a client can choose how to retrieve the payload. This is one of the parts of the spec I'm personally most excited about, so would welcome feedback and/or implementations! [1] https://github.com/coreos/rocket/blob/master/app-container/S... |
|