skip to Main Content

install podman v4.x on centos7

I have followed both of these guides to install custom versions of podman on centos7 Official podman computingforgeeks I have had more luck with the latter but i get stuck toward the end of the process when i run either…

VIEW QUESTION

Docker – podman compose up listens to port 8080

I have docker-compose and podman-compose installed on the linux server (RHEL8.6) I have the docker-compose.yaml file in the directory, which is as shown : version: '3' services: serviceA: image: 'AA/XXX:XX.XX.XX' ports: - "8081:8081" restart: 'always' working_dir: /var/serviceA environment: TZ: "Europe/Berlin"…

VIEW QUESTION

podman wsl communication issue – Ubuntu

I am switching from docker to podman currently. Usually that works just fine. However on one of my many company laptops I ran into the following error: PS C:WINDOWSsystem32> podman pull quay.io/podman/hello Trying to pull quay.io/podman/hello:latest... Error: initializing source docker://quay.io/podman/hello:latest:…

VIEW QUESTION
Back To Top
Search