8000 GitHub - SithLadyRaven/ComposeIt: Generate docker-compose file from existing containers
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Aug 10, 2022. It is now read-only.

SithLadyRaven/ComposeIt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ComposeIt

GitHub license PyPI version

Python tool for creating a docker-compose.yml file from an existing container

Docker image usage

docker run --rm -ti \
  -v /var/run/docker.sock:/var/run/docker.sock \
  sithladyraven/composeit \
  <container id or name> <container id or name> ...

Installing from source

python3 setup.py install --user

Installing with pip

pip3 install ComposeIt

Usage

ComposeIt <container id or name> <container id or name> ...

Options

Option Description Default
--socket, -s docker socket unix://var/run/docker.sock

About

Generate docker-compose file from existing containers

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published
0