Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Rebuilding Docker images and use existing container configuration

Featured Replies

Hi folks,

the following scenario:


I build individual images such as for WordPress myself with a Dockerfile. However, from time to time I have to update the whole thing because the main WordPress image has just been updated. I let Watchtower inform me about this and then execute the command myself:

docker build -t xyz:wordpress --pull /mnt/cache/dockerfiles/wordpress

After that, I have to change something in the configuration file of the container in unRAID each time so that the new image is also used. I would like to automate this. But you can't do something like 

 

docker build -t xyz:wordpress --pull /mnt/cache/dockerfiles/wordpress && \
docker stop wordpress && \
docker rm wordpress && \
docker run -d --name wordpress xyz:wordpress

as this runs without the configuration of my Docker container from unRAID. Can I access the configuration of unRAID and generate the docker run command from it? Or are there even better ways?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.