Docker

Platform for distributed applications.

Configuring Docker

The docker engine can be extensively configured.

Basic configuration

If you want to add any command line options (like -D for debugging) to docker daemon/service, do it in /etc/sysconfig/docker. Check Control and configure Docker with systemd for basic instructions.

Other area you might tweak is Network configuration.

If you want to change setting of storage that docker engine uses, check docker-storage-setup script.

If you want to use your own registry, check Docker Registry. In that case you’ll probably want to add your registry to /etc/containers/registries.conf file.


Authors: Adam Samalik, Budh Ram Gurung, Jiri Popelka, Lukas Häusermann, Pavel Valena