skip to Main Content

Can install docker with yum on centos 7

I am following the steps shown here. It says to setup a repository by calling: sudo yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo Then install by running: sudo yum install docker-ce docker-ce-cli containerd.io When I do that I get the following error: https://download.docker.com/linux/centos/7Server/x86_64/stable/repodata/repomd.xml: [Errno…

VIEW QUESTION

Fail install mongodb on Centos 7 with Package error

I try to install mongodb to Centos 7 server with PHP. I follow the install guide from https://www.php.net/manual/en/mongodb.installation.pecl.php But sudo pecl install mongodb show error message: WARNING: channel "pecl.php.net" has updated its protocols, use "pecl channel-update pecl.php.net" to update downloading…

VIEW QUESTION
Back To Top
Search