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

Commit 372feb3

Browse files
Bot Updating Templated Files
1 parent 16332a5 commit 372feb3

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 @@ The [Unifi-controller](https://www.ubnt.com/enterprise/#unifi) software is a pow
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/unifi-controller` should retrieve the correct image for your arch, but you can also pull specific arch images via tags.
51+
Simply pulling `lscr.io/linuxserver/unifi-controller: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

@@ -86,7 +86,7 @@ Here are some example snippets to help you get started creating a container.
8686
version: "2.1"
8787
services:
8888
unifi-controller:
89-
image: lscr.io/linuxserver/unifi-controller
89+
image: lscr.io/linuxserver/unifi-controller:latest
9090
container_name: unifi-controller
9191
environment:
9292
- PUID=1000
@@ -128,7 +128,7 @@ docker run -d \
128128
-p 5514:5514/udp `#optional` \
129129
-v <path to data>:/config \
130130
--restart unless-stopped \
131-
lscr.io/linuxserver/unifi-controller
131+
lscr.io/linuxserver/unifi-controller:latest
132132
```
133133

134134
## Parameters
@@ -195,7 +195,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to
195195
* container version number
196196
* `docker inspect -f '{{ index .Config.Labels "build_version" }}' unifi-controller`
197197
* image version number
198-
* `docker inspect -f '{{ index .Config.Labels "build_version" }}' lscr.io/linuxserver/unifi-controller`
198+
* `docker inspect -f '{{ index .Config.Labels "build_version" }}' lscr.io/linuxserver/unifi-controller:latest`
199199

200200
## Updating Info
201201

@@ -213,7 +213,7 @@ Below are the instructions for updating containers:
213213

214214
### Via Docker Run
215215

216-
* Update the image: `docker pull lscr.io/linuxserver/unifi-controller`
216+
* Update the image: `docker pull lscr.io/linuxserver/unifi-controller:latest`
217217
* Stop the running container: `docker stop unifi-controller`
218218
* Delete the container: `docker rm unifi-controller`
219219
* 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)