본문 바로가기
카테고리 없음

docker systemctl로 관리하기

by fabxoe 2021. 7. 22.
[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

댓글