Skip to content
This repository was archived by the owner on Apr 23, 2024. It is now read-only.

Commit be643c3

Browse files
Bot Updating Templated Files
1 parent 6ed5de9 commit be643c3

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -46,17 +46,17 @@ Find us at:
4646

4747
## Supported Architectures
4848

49-
Our images support multiple architectures such as `x86-64`, `arm64` and `armhf`. We utilise the docker manifest for multi-platform awareness. More information is available from docker [here](https://github.com/docker/distribution/blob/master/docs/spec/manifest-v2-2.md#manifest-list) and our announcement [here](https://blog.linuxserver.io/2019/02/21/the-lsio-pipeline-project/).
49+
We utilise the docker manifest for multi-platform awareness. More information is available from docker [here](https://github.com/docker/distribution/blob/master/docs/spec/manifest-v2-2.md#manifest-list) and our announcement [here](https://blog.linuxserver.io/2019/02/21/the-lsio-pipeline-project/).
5050

51-
Simply pulling `lscr.io/linuxserver/plex-meta-manager` should retrieve the correct image for your arch, but you can also pull specific arch images via tags.
51+
Simply pulling `lscr.io/linuxserver/plex-meta-manager:latest` should retrieve the correct image for your arch, but you can also pull specific arch images via tags.
5252

5353
The architectures supported by this image are:
5454

55-
| Architecture | Tag |
56-
| :----: | --- |
57-
| x86-64 | amd64-latest |
58-
| arm64 | arm64v8-latest |
59-
| armhf | arm32v7-latest |
55+
| Architecture | Available | Tag |
56+
| :----: | :----: | ---- |
57+
| x86-64 | | amd64-\<version tag\> |
58+
| arm64 | | arm64v8-\<version tag\> |
59+
| armhf|| arm32v7-\<version tag\> |
6060

6161
## Application Setup
6262

@@ -77,7 +77,7 @@ Here are some example snippets to help you get started creating a container.
7777
version: "2.1"
7878
services:
7979
plex-meta-manager:
80-
image: lscr.io/linuxserver/plex-meta-manager
80+
image: lscr.io/linuxserver/plex-meta-manager:latest
8181
container_name: plex-meta-manager
8282
environment:
8383
- PUID=1000
@@ -108,7 +108,7 @@ docker run -d \
108108
-e PMM_NO_MISSING=False `#optional` \
109109
-v /path/to/appdata/config:/config \
110110
--restart unless-stopped \
111-
lscr.io/linuxserver/plex-meta-manager
111+
lscr.io/linuxserver/plex-meta-manager:latest
112112
```
113113

114114
## Parameters
@@ -170,7 +170,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to
170170
* container version number
171171
* `docker inspect -f '{{ index .Config.Labels "build_version" }}' plex-meta-manager`
172172
* image version number
173-
* `docker inspect -f '{{ index .Config.Labels "build_version" }}' lscr.io/linuxserver/plex-meta-manager`
173+
* `docker inspect -f '{{ index .Config.Labels "build_version" }}' lscr.io/linuxserver/plex-meta-manager:latest`
174174

175175
## Updating Info
176176

@@ -188,7 +188,7 @@ Below are the instructions for updating containers:
188188

189189
### Via Docker Run
190190

191-
* Update the image: `docker pull lscr.io/linuxserver/plex-meta-manager`
191+
* Update the image: `docker pull lscr.io/linuxserver/plex-meta-manager:latest`
192192
* Stop the running container: `docker stop plex-meta-manager`
193193
* Delete the container: `docker rm plex-meta-manager`
194194
* 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)

0 commit comments

Comments
 (0)