dclone

command module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 21, 2016 License: MIT Imports: 9 Imported by: 0

README

D-clone

Helps you to duplicate or migrate running containers from 1 docker daemon to another.

How it works

It uses the docker API to generate a command line to run a docker container just like the one that is already running.

dclone [container-name]

Example

Imagine you started a container with:

docker run --name blah -dit --network testing -p 82:80 tutum/hello-world

Then running dclone blah would result in

docker run --interactive --tty --detach --name blah --network testing --port 82:80 tutum/hello-world

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL