You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-17Lines changed: 2 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ The architectures supported by this image are:
50
50
| :----: | :----: | ---- |
51
51
| x86-64 | ✅ | latest |
52
52
| arm64 | ✅ | latest |
53
-
| armhf |✅| latest |
53
+
| armhf |❌| latest |
54
54
55
55
## Application Setup
56
56
@@ -70,7 +70,6 @@ Here are some example snippets to help you get started creating a container.
70
70
71
71
```yaml
72
72
---
73
-
version: "2.1"
74
73
services:
75
74
monit:
76
75
image: lscr.io/linuxserver-labs/monit:latest
@@ -182,21 +181,6 @@ Below are the instructions for updating containers:
182
181
* Recreate a new container with the same docker run parameters as instructed above (if mapped correctly to a host folder, your `/config` folder and settings will be preserved)
183
182
* You can also remove the old dangling images: `docker image prune`
184
183
185
-
### Via Watchtower auto-updater (only use if you don't remember the original parameters)
186
-
187
-
* Pull the latest image at its tag and replace it with the same env variables in one run:
188
-
189
-
```bash
190
-
docker run --rm \
191
-
-v /var/run/docker.sock:/var/run/docker.sock \
192
-
containrrr/watchtower \
193
-
--run-once monit
194
-
```
195
-
196
-
* You can also remove the old dangling images: `docker image prune`
197
-
198
-
**Note:** 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).
* We recommend [Diun](https://crazymax.dev/diun/) for update notifications. Other tools that automatically update containers unattended are not recommended or supported.
@@ -224,6 +208,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
224
208
225
209
## Versions
226
210
211
+
***17.03.24:** - Rebase to Alpine 3.19.
227
212
***12.01.23:** - Rebase to Alpine 3.17, migrate to s6v3.
0 commit comments