projectatomic / container-best-practices

Container Best Practices
Other
166 stars 70 forks source link

It's Docker Save/Load, not Export/Import #67

Closed fatherlinux closed 8 years ago

fatherlinux commented 8 years ago

Export/Import is for running containers. Save/Load is for images, which is what I think you want...

baude commented 8 years ago

can you provide a link to the content you are referring to?

fatherlinux commented 8 years ago

Yeah, again sorry, here it is: https://github.com/projectatomic/container-best-practices/blob/master/creating/creating_index.adoc

Also, here is the upstream docs:

https://docs.docker.com/engine/reference/commandline/save/

baude commented 8 years ago

Fixed in https://github.com/projectatomic/container-best-practices/commit/cf5613eb399b5b6b0529235097b7a78bf76c5c50

Thanks for taking the time to help us improve documentation.