mirror of
https://github.com/netdata/netdata.git
synced 2025-04-26 22:04:46 +00:00
Unix socket docker (#9927)
* unix_socket_docker: New section for docker documentation * unix_socket_docker: Minor grammar changes
This commit is contained in:
parent
c932bed8db
commit
0d8972d9c1
1 changed files with 6 additions and 0 deletions
|
@ -143,6 +143,12 @@ This allows the information to be passed into `docker-compose` using:
|
|||
VIRTUALIZATION=$(systemd-detect-virt -v) docker-compose up
|
||||
```
|
||||
|
||||
#### Files inside systemd volumes
|
||||
|
||||
If a volume is used by systemd service, some files can be removed during
|
||||
[reinitialization](https://github.com/netdata/netdata/issues/9916). To avoid this, you need to add
|
||||
`RuntimeDirectoryPreserve=yes` to the service file.
|
||||
|
||||
### Docker container names resolution
|
||||
|
||||
There are a few options for resolving container names within Netdata. Some methods of doing so will allow root access to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue