Questions tagged [podman]

Podman is a daemon-less container engine for developing, managing, and running OCI Containers on your Linux System. Containers can either be run as root or in rootless mode.

Library and tool for running OCI-based containers in Pods

Libpod provides a library for applications looking to use the Container Pod concept, popularized by Kubernetes. Libpod also contains the Pod Manager tool (Podman). Podman manages pods, containers, container images, and container volumes.

Overview and scope

At a high level, the scope of libpod and Podman is the following:

  • Support multiple image formats including the OCI and Docker image formats.
  • Support for multiple means to download images including trust & image verification.
  • Container image management (managing image layers, overlay filesystems, etc).
  • Full management of container lifecycle
  • Support for pods to manage groups of containers together
  • Resource isolation of containers and pods.
  • Support for a Docker-compatible CLI interface through Podman.
  • Integration with CRI-O to share containers and backend code.
696 questions
-1
votes
2 answers

Podman (docker) container

Does someone know how to start and stop services inside the container? E.g. wish to stop sshd service INSIDE the Ubuntu container, but not in the whole host (RHEL).
J. Doe
  • 23
  • 4
-1
votes
3 answers

Agnostic bash check that detects is running inside containers or not

I am looking for a simple but reliable way to detect from shell (bash) if is running inside a container or not, regardless if that container happens to be run under docker, lxc, pods,... I need this in order to perform to gather to collect output…
sorin
  • 161,544
  • 178
  • 535
  • 806
-2
votes
0 answers

Ansible Playbook Fails to Auto-Start Prometheus Service Using Podman and Systemd

I am trying to setup a prometheus podman container using ansible. Question I'm trying to set up a Prometheus container using Podman and Ansible on an Ubuntu machine. The container runs fine manually, but when I attempt to automate it using Ansible,…
Didix
  • 567
  • 1
  • 7
  • 26
-2
votes
2 answers

Get IPAddress of a podman container

I'm trying to connect connect my postgre DB (in a container) using pgadmin (in a different container). I tried using the inspect command but the IPAddress is just an empty string: $ podman inspect serene_lovelace | grep -i ipaddress returns …
-2
votes
2 answers

Do I need nvidia-container-runtime, and why?

I want to access my NVIDIA GPUs from inside containers. Can I do this without nvidia-container-runtime? Requiring a custom Docker runtime just to talk to one device seems very strange. There is a whole universe of PCI devices out there. Why does…
Nemo
  • 70,042
  • 10
  • 116
  • 153
-4
votes
0 answers

How to run latest Crun inside raspbian os 64bit?

I want to run latest crun under Raspbian 64 bit ARM architecture, can you provide me some ideas? How can I compile binaries running under Raspbian 64 bit ARM architecture? Thank you I try how we install in ubuntu but get error.
1 2 3
46
47