Playgrounds
Snippets
Developers
Compiler
All
ActionScript
Ajax
AngularJS
Apache
AppleScript
ASP.NET
Bash
C
C#
C++
Coffee
CoffeeScript
ColdFusion
Command
CSS
Delphi
Django
ES6
GLSL
Grunt
Gulp
HAML
Haskell
HTML
iOS
Jade
Java
JavaScript
jQuery
JSX
Less
LUA
MDX
MySQL
Objective
Other
Pascal
Perl
PHP
Plain text
PowerShell
Processing
Progress
Prolog
Pseudocode
Python
Rails
RegExr
Ruby
SASS
Scala
Scheme
SCSS
SmallBASIC
Smarty
SQL
Stylus
SVG
Swift
TypeScript
VHDL
X++
XHTML
XML
Xojo
XSLT
New snippet
New playground
Sign up
Login
Upload
Playgrounds
Snippets
Developers
Sign up
Login
Docker: save/load container using tgz file (tar.gz)
Bash
by
Marco Piñero
14th August 2016
#save docker save <dockernameortag> | gzip > mycontainer.tgz #load docker load < mycontainer.tgz
latest revision
3
2
1
Deploying docker using tar.gz compression
3 Responses
During load, Docker will detect and decompress archives. See
https://docs.docker.com/engine/reference/commandline/load/#extended-description
1
Reply?
BK
Blaise Kal
5 years ago
@Blaise Kal
Ecxelent!
0
Reply?
Marco Piñero
4 years ago
@Blaise Kal
Excelent!
0
Reply?
Marco Piñero
4 years ago
Write a comment
Send Comment
You can use [html][/html], [css][/css], [php][/php] and
more
to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.
3 Responses
Write a comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.