This article mainly explains the import and export of Docker containers, which can be used as a backup for container snapshots. Exporting Docker containers1. First use the command to view the created Docker container docker ps -a At this time, you can see 2. Export a container Exporting a container is very simple. Use the 3. View the exported container ls 4. Download the container View the current path pwd Knowing that the container path is under tmp, we can directly use the FTP remote tool to connect to the host to download: Wait for the container file to download Importing Docker containers
1. First go to the directory where the container file is located As mentioned above, the directory exported by the container is under tmp, so let's go directly to the tmp directory cd /tmp 2. Import container docker import halo.tar halo:latest OPTIONS description: -halo.tar : select the container file name to import The import and export process is similar, so I won’t show you the pictures here. 3. You can delete the container file after you are done rm -rf /tmp/halo.tar This is the end of this article about exporting and importing Docker containers. For more information about exporting and importing Docker containers, please search for previous articles on 123WORDPRESS.COM or continue to browse the following related articles. I hope you will support 123WORDPRESS.COM in the future! You may also be interested in:
|
<<: HTML+Sass implements HambergurMenu (hamburger menu)
>>: 5 basic skills of topic page design (Alibaba UED Shanmu)
I re-read the source code of the Fabric project a...
Preface What is the role of an agent? - Multiple ...
1. dhtmlxTree dHTMLxTree is a feature-rich Tree M...
Search online to delete duplicate data and keep t...
Download and install JDK Step 1: First download t...
Table of contents Vue routing relative path jump ...
Table of contents Install Docker-ce for the devel...
1. Make sure the network connection method is bri...
Related reading: Solve the problem that the servi...
Core SQL statements MySQL query statement that do...
1. Why set maxPostSize? The tomcat container has ...
<br />Previous Web Design Tutorial: Web Desi...
Introduction: When using MySQL to create a table,...
Written in front Sometimes you need to install so...
The three-dimensional column chart consists of th...