anderson-fachini / docker-inspect-2-command-line

Generates the command line to start a docker image using the docker inspect of an existing image

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-inspect-2-command-line

A multi language scriptthat generates the command line to start a docker container using the docker inspect of an existing container

Current implementations in Go and Node.js

Usage

docker inspect <container_name> | docker2go

OR

./docker2go docker_inspect.txt another_docker_inspect.json ...

About

Generates the command line to start a docker image using the docker inspect of an existing image

License:MIT License


Languages

Language:Go 51.0%Language:JavaScript 46.8%Language:Batchfile 2.3%