kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
edb92e4c65
commit
ec020b48df
|
@ -78,7 +78,7 @@ services:
|
|||
- SUDO_PASSWORD=password #optional
|
||||
- SUDO_PASSWORD_HASH= #optional
|
||||
volumes:
|
||||
- /path/to/appdata/config:/config
|
||||
- /path/to/openvscode-server/config:/config
|
||||
ports:
|
||||
- 3000:3000
|
||||
restart: unless-stopped
|
||||
|
@ -97,7 +97,7 @@ docker run -d \
|
|||
-e SUDO_PASSWORD=password `#optional` \
|
||||
-e SUDO_PASSWORD_HASH= `#optional` \
|
||||
-p 3000:3000 \
|
||||
-v /path/to/appdata/config:/config \
|
||||
-v /path/to/openvscode-server/config:/config \
|
||||
--restart unless-stopped \
|
||||
lscr.io/linuxserver/openvscode-server:latest
|
||||
```
|
||||
|
@ -298,6 +298,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
|
|||
|
||||
## Versions
|
||||
|
||||
* **19.08.24:** - Rebase to Ubuntu Noble.
|
||||
* **01.07.23:** - Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf)
|
||||
* **29.09.22:** - Rebase to jammy, switch to s6v3. Fix chown logic to skip `/config/workspace` contents.
|
||||
* **12.02.22:** - Update `install-extension` helper to compensate for upstream changes.
|
||||
|
|
Ładowanie…
Reference in New Issue