Skip to main content

Convert Docker Compose project to Azure IoT Edge deployment manifest

Project description

compose-to-manifest

Convert Docker Compose project to Azure IoT Edge deployment manifest.

Requirements

  1. Make sure docker is running on your system before using this tool.
  2. Python version >= 3.6.0.

Installation

pip3 install compose-to-manifest

Usage

compose-to-manifest [-h] -t [file|project] -i docker_compose_file_path -o output_path [-r your_docker_container_registry_address]

Examples

git clone https://github.com/VSChina/compose-to-manifest
cd compose-to-manifest

In compose-to-manifest folder

  1. Convert single file
    compose-to-manifest -t file \
    -i example/flask-redis/docker-compose.yml \
    -o example/flask-redis/deployment.template.json
    
  2. Convert project
    compose-to-manifest -t project \
    -i example/flask-redis/docker-compose.yml \
    -o example/flask-redis-edge
    

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

compose-to-manifest-0.0.8.tar.gz (4.7 kB view hashes)

Uploaded Source

Built Distribution

compose_to_manifest-0.0.8-py3-none-any.whl (6.1 kB view hashes)

Uploaded 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