...
...
...
...
| Panel | ||||||
|---|---|---|---|---|---|---|
| ||||||
|
Information
When starting the container, you can set this with the following option
| Code Block | ||||
|---|---|---|---|---|
| ||||
--ulimit nofile=1024 |
The entire command might look like this:
| Code Block | ||||
|---|---|---|---|---|
| ||||
docker container run -dit -p 8080:5000 --ulimit nofile=1024 --tmpfs /opt/omd/sites/cmk/tmp:uid=1000,gid=1000 -v monitoring:/omd/sites --name monitoring -v /etc/localtime:/etc/localtime:ro --restart always checkmk/check-mk-raw:1.6.0-latest |
This is also described in our official guide, and we urgently recommend reading the following two articles in their entirety when running Checkmk in Docker:
Installation as a Docker-Container
Checkmk server in a Docker container
| Tip |
|---|
| The modification of ulimit is also possible in Docker swarm. Compare: Add support for --ulimit...to swarm mode via GitHub |
Related articles
| Filter by label | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
| Page Properties | ||
|---|---|---|
| ||
|