Skip to content
This repository was archived by the owner on Oct 25, 2023. It is now read-only.

Commit fc58667

Browse files
Bot Updating Templated Files
1 parent 6e179d3 commit fc58667

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/embystat` should retrieve the correct image for your arch, but you can also pull specific arch images via tags.
51+
Simply pulling `lscr.io/linuxserver/embystat: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

@@ -73,7 +73,7 @@ Here are some example snippets to help you get started creating a container.
7373
version: "2.1"
7474
services:
7575
embystat:
76-
image: lscr.io/linuxserver/embystat
76+
image: lscr.io/linuxserver/embystat:latest
7777
container_name: embystat
7878
environment:
7979
- PUID=1000
@@ -97,7 +97,7 @@ docker run -d \
9797
-p 6555:6555 \
9898
-v /path/to/appdata/config:/config \
9999
--restart unless-stopped \
100-
lscr.io/linuxserver/embystat
100+
lscr.io/linuxserver/embystat:latest
101101
```
102102

103103
## Parameters
@@ -155,7 +155,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to
155155
* container version number
156156
* `docker inspect -f '{{ index .Config.Labels "build_version" }}' embystat`
157157
* image version number
158-
* `docker inspect -f '{{ index .Config.Labels "build_version" }}' lscr.io/linuxserver/embystat`
158+
* `docker inspect -f '{{ index .Config.Labels "build_version" }}' lscr.io/linuxserver/embystat:latest`
159159

160160
## Updating Info
161161

@@ -173,7 +173,7 @@ Below are the instructions for updating containers:
173173

174174
### Via Docker Run
175175

176-
* Update the image: `docker pull lscr.io/linuxserver/embystat`
176+
* Update the image: `docker pull lscr.io/linuxserver/embystat:latest`
177177
* Stop the running container: `docker stop embystat`
178178
* Delete the container: `docker rm embystat`
179179
* 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)