Docker: Difference between revisions
No edit summary Tags: Mobile edit Mobile web edit |
Tags: Mobile edit Mobile web edit |
||
| Line 9: | Line 9: | ||
<tt>docker export CID > flatten.tar</tt> | <tt>docker export CID > flatten.tar</tt> | ||
<tt>docker import - INAME < flatten.tar</tt> | <tt>docker import - INAME < flatten.tar</tt> | ||
('''FIXME''' can you pipe one into the other, eliminating the middleman?) | ('''FIXME''' can you pipe one into the other, eliminating the middleman?) | ||