appc / docker2aci

library and CLI tool to convert Docker images to ACIs (archived, see https://github.com/rkt/rkt/issues/4024)
Apache License 2.0
186 stars 60 forks source link

Which Docker versions does this tool currently support? #173

Open dzrw opened 8 years ago

dzrw commented 8 years ago

I'm interested in converting all of my Docker images to rkt because reasons. As far as I can tell, there are two major Docker image formats - the content-addressable storage format introduced in Docker 1.10 and the legacy format from previous versions (<= 1.9.3).

Does docker2aci support both of these image formats (i.e. what is the minimum/maximum supported Docker versions?)

philips commented 8 years ago

@politician you can have rkt pull your docker images directly by doing docker://redis or something. There is no need to use this tool as the library is called by rkt implicitly.

philips commented 8 years ago

@dgonyeo can you document the versions supported?

cgonyeo commented 8 years ago

I'll need to find out what versions of docker correlate to what versions of their image spec, but sure. Without having looked into it at all, I would expect anything on the docker hub today would work with docker2aci/rkt.