fairagro / M4.4_UC6_ARC

UC6 workflow in ARC proof-of-concept
0 stars 0 forks source link

Review (test): Reproduce with Podman #22

Closed hvwaldow closed 1 month ago

JensKrumsieck commented 1 month ago

Steps needed:

Installation and Config

Installation of podman is needed of course and lingering has to be enabled as suggested by podman warnings if one does try to build a container.

sudo apt install podman
loginctl enable-linger 1000

the pull the base image from docker.io the following was added to the registries file /etc/containers/registries.conf

unqualified-search-registries = ["docker.io"]

Build and Run

The container can be built successfully and runs without any problems 🐳

podman build . -t uc6
podman run localhost/uc6