April 2019
Intermediate to advanced
384 pages
17h 6m
English
The location of the config files for most mainstream distributions is listed in table B.1.
|
Distribution |
Configuration |
|---|---|
| Ubuntu, Debian, Gentoo | /etc/default/docker |
| OpenSuse, CentOS, Red Hat | /etc/sysconfg/docker |
Note that some distributions keep the configuration to a single file, whereas others use a directory and multiple files. For example, on Red Hat Enterprise License, there’s a file called /etc/sysconfig/docker/docker-storage, which by convention contains configuration relating to storage options for the Docker daemon.
If your distribution doesn’t have any files that match the names in table B.1, it’s worth checking for an /etc/docker folder, as there ...