29 lines
1.1 KiB
JSON
29 lines
1.1 KiB
JSON
{
|
|
"categories": [
|
|
"Other",
|
|
"Tools",
|
|
"Maintenance"
|
|
],
|
|
"description": "With watchtower you can update the running version of your containerized app simply by pushing a new image to the Docker Hub or your own image registry. Watchtower will pull down your new image, gracefully shut down your existing container and restart it with the same options that were used when it was deployed initially.",
|
|
"image_arm32": "containrrr/watchtower:latest",
|
|
"image_arm64": "containrrr/watchtower:latest",
|
|
"image_amd64": "containrrr/watchtower:latest",
|
|
"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/watchtower.png",
|
|
"name": "watchtower",
|
|
"note": "It is recommended to manually update your containers but we're including this for those of you that don't care",
|
|
"officialDoc": "https://containrrr.dev/watchtower/usage-overview/",
|
|
"platform": "linux",
|
|
"command": "--cleanup",
|
|
"restart_policy": "unless-stopped",
|
|
"title": "Watchtower",
|
|
"type": 1,
|
|
"videoID": "N.06",
|
|
"volumes": [
|
|
{
|
|
"bind": "/var/run/docker.sock",
|
|
"container": "/var/run/docker.sock"
|
|
}
|
|
],
|
|
"webpage": "https://containrrr.dev/watchtower/"
|
|
}
|