Skip to content

jramseye/docker-migrate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker-Migrate

This script allows the user to easily migrate images, volumes, and containers from one version of Docker to another. With the script, users can quickly save all their data from the current docker instance, change the docker storage backend, and then import all their old data to the new system.

./docker-migrate export [directory]

Specify the directory in which to temporarily store the files (can be an existing directory, or the command will create one)

The export command will export all the current images, volumes, and containers to the specified directory, in the /images, /volumes, /containers subdirectories.

./docker-migrate import [directory]

Specify the directory from which to read the files (must be an existing directory)

The import command will import images, volumes, and containers from the specified directory into the new docker instance.

Jenny Ramseyer, 2015

About

Script to migrate docker data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published