Skip to content

bash script to update all docker containers on your computer (JQ REQUIRED INSTALL)

License

Notifications You must be signed in to change notification settings

godofjesters/docker-updater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

docker-updater

bash script to update all docker containers on your computer (JQ REQUIRED INSTALL)

I'm a beginning scripter and programmer so this is just something I felt was a needed project. Any feedback, please email to jestergod+docup@digital-dreamer.org

This is a simple script for keeping your docker containers up to date.

The script will stop the containers, store the different flags that they were created with temporarily, remove the container, pull a new copy, start it back up and finally prune the list to remove old images.

This script was written with JQ installed and using JQ commands. Someone with a better handle of bash and breaking down JSON style config files are welcome to modify this to suit their needs.

About

bash script to update all docker containers on your computer (JQ REQUIRED INSTALL)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages