当前位置: 首页 > 软件库 > 云计算 > >

watchtower

授权协议 Apache-2.0 License
开发语言 Java
所属分类 云计算
软件类型 开源软件
地区 不详
投 递 者 夏祺然
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

Watchtower

A process for automating Docker container base image updates.

Quick Start

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. Run the watchtower container with the following command:

$ docker run -d \
    --name watchtower \
    -v /var/run/docker.sock:/var/run/docker.sock \
    containrrr/watchtower

Documentation

The full documentation is available at https://containrrr.dev/watchtower.

Contributors

Thanks goes to these wonderful people (emoji key):


James

⚠️ ��

Florian

�� ��

Brian DeHamer

�� ��

Ross Cadogan

��

stffabi

�� ��

Austin

��

David Gardner

�� ��

Tanguy ⧓ Herrmann

��

Rodrigo Damazio Bovendorp

�� ��

Ryan Kuba

��

cnrmck

��

Harry Walter

��

Robotex

��

Gerald Pape

��

fomk

��

Sven Gottwald

��

techknowlogick

��

waja

��

Scott Albertson

��

Jason Huddleston

��

Napster

��

Maxim

�� ��

Max Schmitt

��

cron410

��

Paulo Henrique

��

Kaleb Elwert

��

Bill Butler

��

Mario Tacke

��

Mark Woodbridge

��

Simon Aronsson

�� �� �� ��

Ansem93

��

Luka Peschke

�� ��

Zois Pagoulatos

�� �� ��

Alexandre Menif

��

Andrey

��

Armando Lüscher

��

Ryan Budke

��

Kaloyan Raev

�� ⚠️

sixth

��

Gina Häußge

��

Max H.

��

Jungkook Park

��

Jan Kristof Nidzwetzki

��

lukas

��

Ameya Shenoy

��

Raymon de Looff

��

John Clayton

��

Germs2004

��

Lukas Willburger

��

Oliver Cervera

��

Victor Moura

⚠️ �� ��

Maximilian Brandau

�� ⚠️

Andrew

��

sixcorners

��

nils måsén

�� ��

Arne Jørgensen

⚠️ ��

PatSki123

��

Valentine Zavadsky

�� �� ⚠️

Alexander Voronin

�� ��

Oliver Mueller

��

Sebastiaan Tammer

��

miosame

��

Andrew Metzger

�� ��

Pierre Grimaud

��

Matt Doran

��

MihailITPlace

��

bugficks

�� ��

Michael

��

D. Domig

��

Ben Osheroff

��

David H.

��

Chander Ganesan

��

yrien30

��

ksurl

�� ��

rg9400

��

Turtle Kalus

��

Srihari Thalla

��

Thomas Gaudin

��

hydrargyrum

��

Reinout van Rees

��

DasSkelett

��

zenjabba

��

Dan Quan

��

modem7

��

This project follows the all-contributors specification. Contributions of any kind welcome!

  • 前言 Docker 容器的部署有一种在手机上装 App 的感觉,但 Docker 容器并不会像手机 App 那样会自动更新,而如果我们需要更新容器一般需要以下四个步骤: 停止容器:docker stop 删除容器:docker rm 更新镜像:docker pull 启动容器:docker run … 停止容器这个步骤可以在删除容器时使用 -f 参数来代替,即使这样还是需要三个步骤。如果部署了大量

  • 0.自动更新 java简易版本 Docker自动更新镜像和容器-Watchtower 批量拉取harbor镜像 Golang使用第三方包viper读取yaml配置信息 如何使用watchtower github.com/spf13/cobra go cobra包介绍 1.go语言版本的WatchTower https://github.com/containrrr/watchtower 2.Wat

  • Watchtower 容器自动检测更新 1、获取镜像仓库配置文件 在宿主机上执行docker login命令,宿主机home/.docker目录下生成config.json文件 docker login 42.xx.xx.38:9001 2、配置watchtower docker-compose.yaml文件 下面yaml文件实现了用watchtower容器监控mysql容器是否有镜像更新,

  • 群晖自动更新 Docker 映像与容器(Watchtower) 更多内容

  • pull镜像 根据自己的系统架构选择,都是为最新版镜像 docker pull containrrr/watchtower:i386-latest docker pull containrrr/watchtower:amd64-latest docker pull containrrr/watchtower:armhf-latest docker pull containrrr/watchtowe

相关阅读

相关文章

相关问答

相关文档