카테고리 없음

docker systemctl로 관리하기

fabxoe 2021. 7. 22. 15:32
[Unit]
Description=docker

[Service]
Type=simple
User=kibana
Group=kibana

ExecStart="/usr/bin/dockerd --storage-driver vfs"

Restart=on-failure
RestartSec=3

StartLimitBurst=3
StartLimitInterval=60

StandardOutput=journal
StandardError=inherit

[Install]
WantedBy=multi-user.target