kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
65206fc8b7
commit
917fddd7c6
|
@ -46,6 +46,10 @@ More info at [syslog-ng](https://www.syslog-ng.com/technical-documents/list/sysl
|
|||
|
||||
This image can be run with a read-only container filesystem. For details please [read the docs](https://docs.linuxserver.io/misc/read-only/).
|
||||
|
||||
## Non-Root Operation
|
||||
|
||||
This image can be run with a non-root user. For details please [read the docs](https://docs.linuxserver.io/misc/non-root/).
|
||||
|
||||
## Usage
|
||||
|
||||
To help you get started creating a container from this image you can either use docker-compose or the docker cli.
|
||||
|
@ -128,6 +132,7 @@ Containers are configured using parameters passed at runtime (such as those abov
|
|||
| Parameter | Function |
|
||||
| :-----: | --- |
|
||||
| `--read-only=true` | Run container with a read-only filesystem. Please [read the docs](https://docs.linuxserver.io/misc/read-only/). |
|
||||
| `--user=1000:1000` | Run container with a non-root user. Please [read the docs](https://docs.linuxserver.io/misc/non-root/). |
|
||||
|
||||
## Environment variables from files (Docker secrets)
|
||||
|
||||
|
@ -310,22 +315,18 @@ To help with development, we generate this dependency graph.
|
|||
init-migrations -> init-adduser
|
||||
init-os-end -> init-config
|
||||
init-config -> init-config-end
|
||||
init-crontab-config -> init-config-end
|
||||
init-syslog-ng-config -> init-config-end
|
||||
init-os-end -> init-crontab-config
|
||||
init-config -> init-crontab-config
|
||||
init-mods-end -> init-custom-files
|
||||
base -> init-envfile
|
||||
base -> init-migrations
|
||||
base -> init-mods
|
||||
init-config-end -> init-mods
|
||||
init-mods -> init-mods-end
|
||||
init-mods-package-install -> init-mods-end
|
||||
init-mods -> init-mods-package-install
|
||||
base -> init-os-end
|
||||
init-adduser -> init-os-end
|
||||
init-envfile -> init-os-end
|
||||
init-migrations -> init-os-end
|
||||
init-custom-files -> init-services
|
||||
init-mods-end -> init-services
|
||||
init-config -> init-syslog-ng-config
|
||||
init-services -> log-syslog-ng
|
||||
init-services -> svc-cron
|
||||
|
@ -334,13 +335,14 @@ To help with development, we generate this dependency graph.
|
|||
svc-syslog-ng -> legacy-services
|
||||
}
|
||||
Base Images: {
|
||||
"baseimage-alpine:3.20"
|
||||
"baseimage-alpine:3.21"
|
||||
}
|
||||
"syslog-ng:latest" <- Base Images
|
||||
```
|
||||
|
||||
## Versions
|
||||
|
||||
* **20.12.24:** - Rebase to Alpine 3.21.
|
||||
* **24.09.24:** - Add opt to log to stdout.
|
||||
* **24.05.24:** - Rebase to Alpine 3.20.
|
||||
* **31.01.24:** - Rebase to Alpine 3.19.
|
||||
|
|
Ładowanie…
Reference in New Issue