mirror of
				https://github.com/containrrr/watchtower.git
				synced 2025-10-31 00:17:44 +02:00 
			
		
		
		
	
			
				
					
						
					
					70ca4c2b44148bc9c5b2386e0718703eb8b6a7b5
				
			
			
		
	
				
					
					Fix typo on --http-api-update environment variable and add warning note for --http-api-periodic-polls (#1195)
				
			
			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 --detach \
    --name watchtower \
    --volume /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):
This project follows the all-contributors specification. Contributions of any kind welcome!
Description
				A process for automating Docker container base image updates. 
						
						
							
								 https://containrrr.dev/watchtower/
							
						
						
							
							automationcontinuous-deliverydevopsdockerhacktoberfestnotificationsreceive-notificationsregistryupdate-checkerwatchtower
						
						
						
							
								 Readme
							
						
						
						
						
							
							
							 24 MiB
						
					
					Languages
				
				
								
								
									Go
								
								94.6%
							
						
							
								
								
									Shell
								
								5.3%
							
						
							
								
								
									Dockerfile
								
								0.1%
							
						
					