mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-06-05 04:42:34 +02:00
Merge pull request #26 from HoneyBearTech/patch-1
Update How-to-Monitor-Docker-Containers.md
commit
6eddab5e35
1 changed files with 3 additions and 3 deletions
|
@ -29,13 +29,13 @@ Update the daemon configuration located at `/etc/docker/daemon.json`:
|
|||
#any additional parameters should be kept
|
||||
|
||||
#Insecure option, only use this if you are running on a closed network
|
||||
"hosts": ["unix:///var/run/docker.sock","tcp://<host IP address>:2375"]
|
||||
"hosts": ["unix:///var/run/docker.sock", "tcp://<host IP address>:2375"]
|
||||
|
||||
#Secure option
|
||||
"tls": true,
|
||||
"tlscert": "/var/docker/server.pem",
|
||||
"tlskey": "/var/docker/serverkey.pem",
|
||||
"hosts": ["unix:///var/run/docker.sock","tcp://<host IP address>:2376"]
|
||||
"hosts": ["unix:///var/run/docker.sock", "tcp://<host IP address>:2376"]
|
||||
}
|
||||
```
|
||||
|
||||
|
@ -62,4 +62,4 @@ Add a new Docker host and choose TCP as the option. Specify the IP address of th
|
|||
|
||||
## Related Disscussion
|
||||
|
||||
- https://github.com/louislam/uptime-kuma/issues/2061
|
||||
- https://github.com/louislam/uptime-kuma/issues/2061
|
||||
|
|
Loading…
Add table
Reference in a new issue