Configuring Docker 17.09.0-ce to Start with a Custom Network Address
Prerequisites A virtual machine running CentOS 7 is required for this setup. Installing Docker 17.09.0-ce Remove Existing Docker Components Uninstall any previously installed Docker packages: yum remove docker\* Remove the container-selinux package to avoid conflicts: yum remove container-selinux-1....