Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 236 Bytes

version_1804.md

File metadata and controls

14 lines (12 loc) · 236 Bytes

Migrate to 1804 ubuntu

create a file in /etc/docker/daemon.json

{
  "exec-opts": ["native.cgroupdriver=systemd"],
  "log-driver": "json-file",
  "log-opts": {
    "max-size": "100m"
  },
  "storage-driver": "overlay2"
}