skip to Main Content

Redis – Docker Windows timeout

I am trying to configure an environment on Windows 10 using docker and docker-compose, but I am not being able to pull the images from the docker registry. Everytime I run docker-compose up -d, I get the error below: Pulling…

VIEW QUESTION

Installed docker and I got podman – CentOS

Installed docker on Centos (running using VirtualBox) following steps below: sudo yum install -y yum-utils device-mapper-persistent-data lvm2 sudo yum install docker sudo yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo And I rebooted my virtual machine, and as I type 'docker --version, I get below:…

VIEW QUESTION
Back To Top
Search