Skip to content

Commit e195d6e

Browse files
Bot Updating Templated Files
1 parent 8ce2de6 commit e195d6e

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

README.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -46,26 +46,26 @@ 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/openvscode-server` should retrieve the correct image for your arch, but you can also pull specific arch images via tags.
51+
Simply pulling `lscr.io/linuxserver/openvscode-server: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
## Version Tags
6262

63-
This image provides various versions that are available via tags. `latest` tag usually provides the latest stable version. Others are considered under development and caution must be exercised when using them.
63+
This image provides various versions that are available via tags. Please read the descriptions carefully and exercise caution when using unstable or development tags.
6464

65-
| Tag | Description |
66-
| :----: | --- |
67-
| latest | Stable releases |
68-
| insiders | Insiders releases |
65+
| Tag | Available | Description |
66+
| :----: | :----: |--- |
67+
| latest | | Stable releases |
68+
| insiders | | Insiders releases |
6969

7070
## Application Setup
7171

@@ -92,7 +92,7 @@ Here are some example snippets to help you get started creating a container.
9292
version: "2.1"
9393
services:
9494
openvscode-server:
95-
image: lscr.io/linuxserver/openvscode-server
95+
image: lscr.io/linuxserver/openvscode-server:latest
9696
container_name: openvscode-server
9797
environment:
9898
- PUID=1000
@@ -124,7 +124,7 @@ docker run -d \
124124
-p 3000:3000 \
125125
-v /path/to/appdata/config:/config \
126126
--restart unless-stopped \
127-
lscr.io/linuxserver/openvscode-server
127+
lscr.io/linuxserver/openvscode-server:latest
128128
```
129129

130130
## Parameters
@@ -186,7 +186,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to
186186
* container version number
187187
* `docker inspect -f '{{ index .Config.Labels "build_version" }}' openvscode-server`
188188
* image version number
189-
* `docker inspect -f '{{ index .Config.Labels "build_version" }}' lscr.io/linuxserver/openvscode-server`
189+
* `docker inspect -f '{{ index .Config.Labels "build_version" }}' lscr.io/linuxserver/openvscode-server:latest`
190190

191191
## Updating Info
192192

@@ -204,7 +204,7 @@ Below are the instructions for updating containers:
204204

205205
### Via Docker Run
206206

207-
* Update the image: `docker pull lscr.io/linuxserver/openvscode-server`
207+
* Update the image: `docker pull lscr.io/linuxserver/openvscode-server:latest`
208208
* Stop the running container: `docker stop openvscode-server`
209209
* Delete the container: `docker rm openvscode-server`
210210
* 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)