skip to Main Content

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

Centos 8 e podman network

i'm tryng to use podman in Centos 8. After installing podman with command dnf install podman i have started my first container with success. Now i want to create a network like in old docker environment with command podman network…

VIEW QUESTION

CentOS, libedit-devel not found

I'm trying to install sqlsrv (ms sql) PHP drivers per https://learn.microsoft.com/en-us/sql/connect/php/installation-tutorial-linux-mac?view=sql-server-2017#installing-the-drivers-on-red-hat-7 I can get all the pre-reqs installed except php-devel which requires libedit-devel which does not seem to exist. Where can I get libedit-devel?

VIEW QUESTION
Back To Top
Search