Skip to content
This repository was archived by the owner on Jun 24, 2022. It is now read-only.

Commit e161490

Browse files
Bot Updating Templated Files
1 parent 3358788 commit e161490

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

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

@@ -105,7 +105,7 @@ Here are some example snippets to help you get started creating a container.
105105
version: "2.1"
106106
services:
107107
kanzi:
108-
image: lscr.io/linuxserver/kanzi
108+
image: lscr.io/linuxserver/kanzi:latest
109109
container_name: kanzi
110110
environment:
111111
- PUID=1000
@@ -133,7 +133,7 @@ docker run -d \
133133
-p 8000:8000 \
134134
-v </path/to/appdata/config>:/config \
135135
--restart unless-stopped \
136-
lscr.io/linuxserver/kanzi
136+
lscr.io/linuxserver/kanzi:latest
137137
```
138138

139139
## Parameters
@@ -193,7 +193,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to
193193
* container version number
194194
* `docker inspect -f '{{ index .Config.Labels "build_version" }}' kanzi`
195195
* image version number
196-
* `docker inspect -f '{{ index .Config.Labels "build_version" }}' lscr.io/linuxserver/kanzi`
196+
* `docker inspect -f '{{ index .Config.Labels "build_version" }}' lscr.io/linuxserver/kanzi:latest`
197197

198198
## Updating Info
199199

@@ -211,7 +211,7 @@ Below are the instructions for updating containers:
211211

212212
### Via Docker Run
213213

214-
* Update the image: `docker pull lscr.io/linuxserver/kanzi`
214+
* Update the image: `docker pull lscr.io/linuxserver/kanzi:latest`
215215
* Stop the running container: `docker stop kanzi`
216216
* Delete the container: `docker rm kanzi`
217217
* 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)