Skip to content

jlleonr/update_container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Update Container

  • Script to update a single Docker container.
  • Usage: ./update_container.sh 'list of container names'
    • Example: ./update_container.sh grafana

Workflow

  1. Check that the container's directory exists.
  2. Lookup the image tag within the docker-compose.yml file.
  3. Pull the latest image.
  4. If the container is not using the latest image, it will be rebuilt with the latest image.
  5. Purge the old image from the filesystem.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages