Skip to content

Takes the guesswork (minus network names) out of re-creating your docker service definitions. As long as you have the JSON output from docker service Inspect, this will create the docker service create lines needed to re-create everything.

License

Notifications You must be signed in to change notification settings

shairozan/DockerInspectImporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DockerInspectImporter

Takes the guesswork (minus network names) out of re-creating your docker service definitions. As long as you have the JSON output from docker service inspect <service>, this will create the docker service create lines needed to re-create everything.

When the console runs, just give it the path to the location in which you have saved the JSON files and it will run through them all producing two things:

  1. The docker service create commands for each service
  2. A list of discrete images that will need to be pulled onto the application servers

About

Takes the guesswork (minus network names) out of re-creating your docker service definitions. As long as you have the JSON output from docker service Inspect, this will create the docker service create lines needed to re-create everything.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages