Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 226 Bytes

2.docker-install.md

File metadata and controls

16 lines (13 loc) · 226 Bytes

Install docker

apt install docker.io

Update cgroupdriver to systemd

vi /etc/docker/daemon.json
{
  "exec-opts": ["native.cgroupdriver=systemd"]
}
systemctl daemon-reload
systemctl restart docker