Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature currently requires accessing the site using the built-in Safari browser.
If you mean the config that you used in Docker package to create the new container, but not any of the data inside the container, then you do just download the latest image, stop the container, clear the container, and restart it.I just don't want to lose all the settings and config.
/var/myapp
and I want to keep this between image updates./docker/myapp
/docker/myapp
to /var/myapptemp
cp /var/myapp/* /var/myapptemp
, or whatever you need to get it all across to the folder./docker/myapp
to /var/myapp
/docker/myapp
it becomes visible in /docker/myapp
Automatic update is seldom a good idea. YMMV.You can also use Watchtower to automatically update containers.
Indeed, this is a really good one to update your containers, but some containers you may not update directly when a update is there otherwise it's not working anymore. An example of such container is unifi controller. That's why I using another update and that's ouroboros. Here you can make lists of what container may be upgraded or not. Link ouroboros.You can also use Watchtower to automatically update containers.
Always good if it's done for you. So you don't have to worry about it.Automatic update is seldom a good idea. YMMV.
Generally I do this for Plex ... the centrally updated package gets released very often (every few days or so it seems). I check what has changed and decide whether to update this time. For instance, recently I've not bother when all changes were for DVR features and again not the very latest that added back support for FreeBSD.
We use essential cookies to make this site work, and optional cookies to enhance your experience.