kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
1327e4abf3
commit
a3a0b0ea71
|
@ -56,6 +56,8 @@ services:
|
||||||
firefox:
|
firefox:
|
||||||
image: lscr.io/linuxserver/firefox:latest
|
image: lscr.io/linuxserver/firefox:latest
|
||||||
container_name: firefox
|
container_name: firefox
|
||||||
|
security_opt:
|
||||||
|
- seccomp:unconfined #optional
|
||||||
environment:
|
environment:
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
|
@ -73,6 +75,7 @@ services:
|
||||||
```bash
|
```bash
|
||||||
docker run -d \
|
docker run -d \
|
||||||
--name=firefox \
|
--name=firefox \
|
||||||
|
--security-opt seccomp=unconfined `#optional` \
|
||||||
-e PUID=1000 \
|
-e PUID=1000 \
|
||||||
-e PGID=1000 \
|
-e PGID=1000 \
|
||||||
-e TZ=Europe/London \
|
-e TZ=Europe/London \
|
||||||
|
@ -112,6 +115,7 @@ Docker images are configured using parameters passed at runtime (such as those a
|
||||||
| Parameter | Function |
|
| Parameter | Function |
|
||||||
| :-----: | --- |
|
| :-----: | --- |
|
||||||
| `--shm-size=` | This is needed for any modern website to function like youtube. |
|
| `--shm-size=` | This is needed for any modern website to function like youtube. |
|
||||||
|
| `--security-opt seccomp=unconfined` | For Docker Engine only, many modern gui apps need this to function on older hosts as syscalls are unknown to Docker. |
|
||||||
|
|
||||||
## Environment variables from files (Docker secrets)
|
## Environment variables from files (Docker secrets)
|
||||||
|
|
||||||
|
@ -162,6 +166,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to
|
||||||
|
|
||||||
## Versions
|
## Versions
|
||||||
|
|
||||||
|
* **21.10.22:** - Rebase to Alpine 3.16, migrate to s6v3.
|
||||||
* **23.12.21:** - Rebase to Alpine 3.15, stop using ESR.
|
* **23.12.21:** - Rebase to Alpine 3.15, stop using ESR.
|
||||||
* **26.09.21:** - Rebase to Alpine 3.14.
|
* **26.09.21:** - Rebase to Alpine 3.14.
|
||||||
* **19.04.21:** - Initial release.
|
* **19.04.21:** - Initial release.
|
||||||
|
|
Ładowanie…
Reference in New Issue