Docker DNS problem

docker

If you are having difficulty installing docker on CentOS 8, read this article. There was a need to build an image with the installation of dependencies for python. Dependencies are described in the requirements.txt file and must be pulled from the network. However, when building the image I received an error of the following form: … Read more

CentOS 8 install Docker

docker

Installing the CentOS 8 operating system itself was discussed earlier in this article. Docker on CentOS 8: installation error When trying to install Docker on Centos 8 from the official repository, I received the following error: The error is caused by the containerd.io dependency, which cannot be automatically installed from the repository. CentOS 8 install … Read more