Skip to main content

A tool for restarting docker containers if their configuration or base image changes.

Project description

A tool for restarting docker containers if their configuration or base image changes.

Installation

$ pip install docker-py

Configuration

{
    "image_name": "username/image",
    "container_name": "container",
    "environment": {
        "VAR1": "value1",
        "VAR2": 2
    },
    "ports": {
        "5000": "127.0.0.1:5000"
    }
}

Field

Required

Description

image_name

Yes

Name of the docker image to base container on

container_name

Yes

Name of the docker container to create or update

environment

No

Dictionary of key value pairs for the docker environment

ports

No

Dictionary of key value pairs for port mappings

Running

$ restart_docker <filename> <image version>

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

restart_docker-0.0.1.tar.gz (3.2 kB view hashes)

Uploaded Source

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