Skip to main content

Convert Docker Compose to Docker Run Commands

Project description

dc2dr

https://img.shields.io/pypi/v/dc2dr.svg https://img.shields.io/travis/alexhumphreys/dc2dr.svg 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:

  • depends_on

  • links

  • ports

  • expose

  • environment

  • command

  • image

Usage

>From this dir you can run:

` python ./dc2dr/cli.py 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.

History

0.1.0 (2016-08-02)

  • First release on PyPI.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dc2dr-0.2.0.tar.gz (13.9 kB view hashes)

Uploaded Source

Built Distribution

dc2dr-0.2.0-py2.py3-none-any.whl (5.5 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page