Questions tagged [podman]

Podman is a daemonless container engine for developing, managing, and running OCI containers for applications. Use this tag for questions on how to build and run container images, as well as how to properly configure Podman containers.

Podman is a utility provided as part of the libpod library. It can be used to create and maintain containers. It is an alternative to Docker, providing a similar interface. podman aims to be a drop-in replacement for docker for most user applications running docker images.

References:

7 questions
20
votes
2 answers

What's the recommended way of installing Podman 4 in Ubuntu 22.04?

Ubuntu 22.04 only has Podman 3.4.4 in its repos and the former PPA for latest Podman was discontinued for 22.04 Kubic packages have been discontinued for Ubuntu 22.04 LTS. Current users of the Kubic repos for Ubuntu are highly recommended to…
alexanderadam
  • 909
  • 1
  • 8
  • 23
2
votes
1 answer

podman: OCI Runtime crun is in use by a container, but is not available (not in configuration file or not installed)

I'm not sure why I am getting this error: $ podman ps -a CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES b18ec89fc0ec docker.io/library/httpd:latest httpd-foreground 11…
Alex Ryan
  • 287
  • 5
  • 9
2
votes
1 answer

Unable to install podman in Ubuntu 20.04 running on WSL2 in Windows 10

I cannot install podman following the official RedHat instructions or any other, for instance. I always get to the same situation diegosasw@LAP-DMARTIN:~$ sudo apt-get -qq -y install podman E: Unable to correct problems, you have held broken…
diegosasw
  • 201
  • 3
  • 6
0
votes
0 answers

How show Podman container stats with glances?

I installed glances via pip and it does not show Podman containers. Docker container however are shown when I run glances with sudo. Docker is run as root, Podman run rootless. I changed my glances.conf [containers] section…
0
votes
1 answer

How to passthrough a device to a podman container?

I am running Ubuntu Server 22.04.3 LTS and I am trying to use Podman. I fail to passthrough a device (in my case /dev/ttyUSB0) to the container. Running podman --device /dev/ttyUSB0 ... just does not have any effect, the device isn't there inside…
TorstenS
  • 213
  • 1
  • 8
0
votes
2 answers

Which command do I use to login to a container with podman?

I created a pod named multi-container. Its a yaml file: apiVersion: v1 kind: Pod metadata: name: multi-container spec: containers: - image: nginx name: nginx-container - image: redis name: redis-container - image: consul name:…
santhosh
  • 1
  • 1
0
votes
1 answer

unable to install podman on arm64 architecture

I found this page saying arm64 version of podman https://launchpad.net/~projectatomic/+archive/ubuntu/ppa/+build/16688612 so I was following the steps under ubuntu on https://podman.io/getting-started/installation.html i.e. . /etc/os-release echo…
Ciasto piekarz
  • 313
  • 1
  • 8
  • 18