dockerd

[!NOTE|label:references:]

CLI

  • to verify daemon.json

    $ dockerd --validate --config-file=/etc/docker/daemon.json
    configuration OK
    
    # or
    $ dockerd --debug --validate --config-file /etc/docker/daemon.json
    configuration OK

daemon.json

[!TIP|label:references:]

registry-mirrors

[!NOTE|label:references:]

proxy

[!NOTE|label:references:]

hosts for socket

[!NOTE|label:references:]

  • or

storage

[!TIP]

LINUX DISTRIBUTION
RECOMMENDED STORAGE DRIVERS
ALTERNATIVE DRIVERS

Ubuntu

overlay2

zfs, vfs

Debian

overlay2

vfs

CentOS

overlay2

zfs, vfs

Fedora

overlay2

zfs, vfs

SLES 15

overlay2

vfs

RHEL

overlay2

vfs

  • to check current storage driver

logs

[!NOTE|label:references:]

[!TIP]

  • to check service

  • enable service if necessary

Last updated

Was this helpful?