You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Docker image is based on [LinuxServer.io Code-Server](https://github.com/linuxse
16
16
## Container Images
17
17
18
18
Docker container images are published on [Docker Hub](https://hub.docker.com/r/ptr727/vscode-server-dotnetcore).
19
-
Multi-Architecture images are created for `linux/amd64` and `linux/arm64` (`linux/arm/v7` is [not longer supported](https://www.linuxserver.io/blog/a-farewell-to-arm-hf) by LSIO).
19
+
Multi-Architecture images are created for `linux/amd64` and `linux/arm64` (`linux/arm/v7` is [not supported](https://www.linuxserver.io/blog/a-farewell-to-arm-hf) by LSIO).
20
20
Tags are `latest` for `main` branch and `develop` for `develop` branch.
21
21
E.g. `docker pull ptr727/vscode-server-dotnetcore:latest`
22
22
E.g. `docker pull ptr727/vscode-server-dotnetcore:develop`
0 commit comments