Skip to content

Convert Docker Compose to Docker Run Commands

License

Notifications You must be signed in to change notification settings

kurenai-ryu/dc2dr

Repository files navigation

dc2dr

image

image

Documentation Status

Updates

Convert Docker Compose to Docker Run Commands

Features

Takes a docker-compose file, gives back a list of docker run commands.

The supported docker-compose keys are:

  • build
  • name
  • restart
  • volumes
  • depends_on
  • links
  • ports
  • expose
  • environment
  • command
  • image

Usage

From this dir you can run:

` python -m dc2dr.cli tests/example-compose.yml`

Or from in a python script:

` from dc2dr import parser run_commands = parser.run_commands('path/to/compose.yml')`

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

About

Convert Docker Compose to Docker Run Commands

Resources

License

Stars

Watchers

Forks

Packages

No packages published