Skip to content

Commit

Permalink
Merge branch 'master' of github.com:mschurenko/docker-cloner
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Schurenko committed May 30, 2019
2 parents 2111562 + 849ddea commit 79cc875
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# docker-cloner
[![release](http://img.shields.io/github/release/mschurenko/docker-cloner.svg?style=flat-square)](https://github.com/mschurenko/docker-cloner/releases)
[![CircleCI](https://circleci.com/gh/mschurenko/docker-cloner.svg?style=svg)](https://circleci.com/gh/mschurenko/docker-cloner)

This small Go program will "clone" a running docker container by fetching the running container's metadata and then creating a new container. The new container id will be written to stdout. If there are any errors an exit code of `1` will be returned. A few common attributes (command, entrypoint, etc can be overriden). Run `docker-cloner -h` for more info.

The new container will be in a stopped state (use `docker ps -a` to see it). Use `docker start <new_container_id>` to start it.
Expand Down

0 comments on commit 79cc875

Please sign in to comment.