Skip to content

Commit c94de7d

Browse files
Bot Updating Templated Files
1 parent fab1d05 commit c94de7d

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

README.md

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ To help you get started creating a container from this image you can either use
9191

9292
```yaml
9393
---
94-
version: "2.1"
9594
services:
9695
transmission:
9796
image: lscr.io/linuxserver/transmission:latest
@@ -232,7 +231,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to
232231

233232
## Updating Info
234233

235-
Most of our images are static, versioned, and require an image update and container recreation to update the app inside. With some exceptions (ie. nextcloud, plex), we do not recommend or support updating apps inside the container. Please consult the [Application Setup](#application-setup) section above to see if it is recommended for the image.
234+
Most of our images are static, versioned, and require an image update and container recreation to update the app inside. With some exceptions (noted in the relevant readme.md), we do not recommend or support updating apps inside the container. Please consult the [Application Setup](#application-setup) section above to see if it is recommended for the image.
236235

237236
Below are the instructions for updating containers:
238237

@@ -297,21 +296,6 @@ Below are the instructions for updating containers:
297296
docker image prune
298297
```
299298

300-
### Via Watchtower auto-updater (only use if you don't remember the original parameters)
301-
302-
* Pull the latest image at its tag and replace it with the same env variables in one run:
303-
304-
```bash
305-
docker run --rm \
306-
-v /var/run/docker.sock:/var/run/docker.sock \
307-
containrrr/watchtower \
308-
--run-once transmission
309-
```
310-
311-
* You can also remove the old dangling images: `docker image prune`
312-
313-
**warning**: We do not endorse the use of Watchtower as a solution to automated updates of existing Docker containers. In fact we generally discourage automated updates. However, this is a useful tool for one-time manual updates of containers where you have forgotten the original parameters. In the long term, we highly recommend using [Docker Compose](https://docs.linuxserver.io/general/docker-compose).
314-
315299
### Image Update Notifications - Diun (Docker Image Update Notifier)
316300

317301
**tip**: We recommend [Diun](https://crazymax.dev/diun/) for update notifications. Other tools that automatically update containers unattended are not recommended or supported.

0 commit comments

Comments
 (0)