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
Release history Release notifications | RSS feed
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 details)
File details
Details for the file restart_docker-0.0.1.tar.gz
.
File metadata
- Download URL: restart_docker-0.0.1.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
3789c61846413c5816e40b175dd112f5c9b6e15b7ce36ca06e30f65ad4e78afa
|
|
MD5 |
d88031ac33972ac162e9976fb1061c70
|
|
BLAKE2b-256 |
6619abc4b846b7acedd2307b6e85da7f94cdd839d207f2ef710c7ab576b67089
|