kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
2feb0df908
commit
55ceb3e302
|
@ -37,6 +37,15 @@ The architectures supported by this image are:
|
||||||
| arm64 | ✅ | arm64v8-\<version tag\> |
|
| arm64 | ✅ | arm64v8-\<version tag\> |
|
||||||
| armhf | ❌ | |
|
| armhf | ❌ | |
|
||||||
|
|
||||||
|
## Version Tags
|
||||||
|
|
||||||
|
This image provides various versions that are available via tags. Please read the descriptions carefully and exercise caution when using unstable or development tags.
|
||||||
|
|
||||||
|
| Tag | Available | Description |
|
||||||
|
| :----: | :----: |--- |
|
||||||
|
| latest | ✅ | Latest releases using the selkies base |
|
||||||
|
| kasm | ✅ | Latest releases using the kasmvnc base |
|
||||||
|
|
||||||
## Application Setup
|
## Application Setup
|
||||||
|
|
||||||
The application can be accessed at:
|
The application can be accessed at:
|
||||||
|
@ -113,7 +122,7 @@ services:
|
||||||
- TZ=Etc/UTC
|
- TZ=Etc/UTC
|
||||||
- CHROME_CLI=https://www.linuxserver.io/ #optional
|
- CHROME_CLI=https://www.linuxserver.io/ #optional
|
||||||
volumes:
|
volumes:
|
||||||
- /path/to/config:/config
|
- /path/to/chromium/config:/config
|
||||||
ports:
|
ports:
|
||||||
- 3000:3000
|
- 3000:3000
|
||||||
- 3001:3001
|
- 3001:3001
|
||||||
|
@ -133,7 +142,7 @@ docker run -d \
|
||||||
-e CHROME_CLI=https://www.linuxserver.io/ `#optional` \
|
-e CHROME_CLI=https://www.linuxserver.io/ `#optional` \
|
||||||
-p 3000:3000 \
|
-p 3000:3000 \
|
||||||
-p 3001:3001 \
|
-p 3001:3001 \
|
||||||
-v /path/to/config:/config \
|
-v /path/to/chromium/config:/config \
|
||||||
--shm-size="1gb" \
|
--shm-size="1gb" \
|
||||||
--restart unless-stopped \
|
--restart unless-stopped \
|
||||||
lscr.io/linuxserver/chromium:latest
|
lscr.io/linuxserver/chromium:latest
|
||||||
|
@ -401,6 +410,7 @@ To help with development, we generate this dependency graph.
|
||||||
|
|
||||||
## Versions
|
## Versions
|
||||||
|
|
||||||
|
* **01.07.25:** - Add Kasm branch.
|
||||||
* **24.06.25:** - Rebase to Selkies.
|
* **24.06.25:** - Rebase to Selkies.
|
||||||
* **03.04.25:** - Update chromium launch options to improve performance.
|
* **03.04.25:** - Update chromium launch options to improve performance.
|
||||||
* **10.02.24:** - Update Readme with new env vars and ingest proper PWA icon.
|
* **10.02.24:** - Update Readme with new env vars and ingest proper PWA icon.
|
||||||
|
|
Ładowanie…
Reference in New Issue