podman: Docker compatiblity: local images cannot be used with testcontainers

Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)

/kind bug

Description

Steps to reproduce the issue: Podman fails to resolve local image when testcontainers request it via socket.

asbachb@nixos-t14s  ~  podman image list | grep aaa
localhost/aaa/hello-world              1.0              4e404aca34bd  42 hours ago   18.8 kB

Java test class example

@Testcontainers
public class TestcontainerIT {
    
    @Container
    GenericContainer container = new GenericContainer(DockerImageName.parse("localhost/aaa/hello-world:1.0"));
    
    
    @Test
    public void test() throws Exception {
        System.out.println("");
    }
}

Testcontainers output

[main] INFO org.testcontainers.utility.ImageNameSubstitutor - Image name substitution will be performed by: DefaultImageNameSubstitutor (composite of 'ConfigurationFileImageNameSubstitutor' and 'PrefixingImageNameSubstitutor')
[main] INFO org.testcontainers.dockerclient.DockerClientProviderStrategy - Loaded org.testcontainers.dockerclient.UnixSocketClientProviderStrategy from ~/.testcontainers.properties, will try it first
[main] INFO org.testcontainers.dockerclient.DockerClientProviderStrategy - Found Docker environment with local Unix socket (unix:///var/run/docker.sock)
[main] INFO org.testcontainers.DockerClientFactory - Docker host IP address is localhost
[main] INFO org.testcontainers.DockerClientFactory - Connected to docker: 
  Server Version: 4.2.0
  API Version: 1.41
  Operating System: nixos
  Total Memory: 31328 MB
[main] INFO 🐳 [testcontainers/ryuk:0.3.3] - Creating container for image: testcontainers/ryuk:0.3.3
[main] INFO org.testcontainers.utility.RegistryAuthLocator - Failure when attempting to lookup auth config. Please ignore if you don't have images in an authenticated registry. Details: (dockerImageName: testcontainers/ryuk:0.3.3, configFile: /home/asbachb/.docker/config.json. Falling back to docker-java default behaviour. Exception message: /home/asbachb/.docker/config.json (No such file or directory)
[main] INFO 🐳 [testcontainers/ryuk:0.3.3] - Container testcontainers/ryuk:0.3.3 is starting: 5ab272fb85fa90bece4f59a1612b5f26d3e11ee508e8282523f6b9af427b3e42
[main] INFO 🐳 [testcontainers/ryuk:0.3.3] - Container testcontainers/ryuk:0.3.3 started in PT0.491840678S
[main] INFO org.testcontainers.utility.RyukResourceReaper - Ryuk started - will monitor and terminate Testcontainers containers on JVM exit
[main] INFO org.testcontainers.DockerClientFactory - Checking the system...
[main] INFO org.testcontainers.DockerClientFactory - ✔︎ Docker server version should be at least 1.6.0
[main] INFO 🐳 [aaa/hello-world:1.0] - Pulling docker image: aaa/hello-world:1.0. Please be patient; this may take some time but only needs to be done once.
[docker-java-stream-455719528] INFO 🐳 [aaa/hello-world:1.0] - Starting to pull image
[docker-java-stream-455719528] ERROR com.github.dockerjava.api.async.ResultCallbackTemplate - Error during callback
java.lang.NullPointerException: Cannot invoke "String.matches(String)" because the return value of "com.github.dockerjava.api.model.PullResponseItem.getStatus()" is null
	at com.github.dockerjava.api.command.PullImageResultCallback.checkForDockerSwarmResponse(PullImageResultCallback.java:48)
	at com.github.dockerjava.api.command.PullImageResultCallback.onNext(PullImageResultCallback.java:35)
	at org.testcontainers.images.LoggedPullImageResultCallback.onNext(LoggedPullImageResultCallback.java:48)
	at org.testcontainers.images.TimeLimitedLoggedPullImageResultCallback.onNext(TimeLimitedLoggedPullImageResultCallback.java:73)
	at org.testcontainers.images.TimeLimitedLoggedPullImageResultCallback.onNext(TimeLimitedLoggedPullImageResultCallback.java:24)
	at org.testcontainers.shaded.com.github.dockerjava.core.exec.AbstrAsyncDockerCmdExec$1.onNext(AbstrAsyncDockerCmdExec.java:41)
	at org.testcontainers.shaded.com.github.dockerjava.core.DefaultInvocationBuilder$JsonSink.accept(DefaultInvocationBuilder.java:315)
	at org.testcontainers.shaded.com.github.dockerjava.core.DefaultInvocationBuilder$JsonSink.accept(DefaultInvocationBuilder.java:298)
	at org.testcontainers.shaded.com.github.dockerjava.core.DefaultInvocationBuilder.lambda$executeAndStream$1(DefaultInvocationBuilder.java:275)
	at java.base/java.lang.Thread.run(Thread.java:833)

podman socket log

Aug 13 14:02:52 nixos-t14s systemd[1]: Started Podman API Service.
Aug 13 14:02:52 nixos-t14s podman[5358]: time="2022-08-13T14:02:52+04:00" level=info msg="/nix/store/y4zrkqsxi0x4z6pcyi9g8xidw2b88vf2-podman-4.2.0/bin/podman filtering at log level info"
Aug 13 14:02:52 nixos-t14s podman[5358]: time="2022-08-13T14:02:52+04:00" level=info msg="Setting parallel job count to 49"
Aug 13 14:02:52 nixos-t14s podman[5358]: time="2022-08-13T14:02:52+04:00" level=info msg="Using systemd socket activation to determine API endpoint"
Aug 13 14:02:52 nixos-t14s podman[5358]: time="2022-08-13T14:02:52+04:00" level=info msg="API service listening on \"/run/podman/podman.sock\". URI: \"/run/podman/podman.sock\""
Aug 13 14:02:52 nixos-t14s podman[5358]: time="2022-08-13T14:02:52+04:00" level=info msg="API service listening on \"/run/podman/podman.sock\""
Aug 13 14:02:52 nixos-t14s podman[5358]: time="2022-08-13T14:02:52+04:00" level=warning msg="IdleTracker: StateClosed transition by connection marked un-managed" X-Reference-Id=0xc0005297c0
Aug 13 14:02:53 nixos-t14s podman[5358]: 2022-08-13 14:02:53.059212345 +0400 +04 m=+0.193852535 container died ba0b05233771394a7071e471b7442b841b2b9315b82a0699aa7151fdf80ad55a (image=docker.io/testcontainers/ryuk:0.3.3, name=testcontainers-ryuk-8a2f26d8-48d8-4eb6-9b0a-9fe97bebb451, health_status=)
Aug 13 14:02:53 nixos-t14s podman[5358]: @ - - [13/Aug/2022:14:02:53 +0400] "GET /v1.32/info HTTP/1.1" 200 2190 "" "Apache-HttpClient/5.0.3 (Java/17.0.3)"
Aug 13 14:02:53 nixos-t14s podman[5358]: @ - - [13/Aug/2022:14:02:53 +0400] "GET /v1.32/version HTTP/1.1" 200 780 "" "Apache-HttpClient/5.0.3 (Java/17.0.3)"
Aug 13 14:02:53 nixos-t14s podman[5358]: @ - - [13/Aug/2022:14:02:53 +0400] "GET /v1.32/images/json HTTP/1.1" 200 1843 "" "Apache-HttpClient/5.0.3 (Java/17.0.3)"
Aug 13 14:02:53 nixos-t14s podman[5358]: @ - - [13/Aug/2022:14:02:53 +0400] "GET /v1.32/images/testcontainers%2Fryuk:0.3.3/json HTTP/1.1" 200 1992 "" "Apache-HttpClient/5.0.3 (Java/17.0.3)"
Aug 13 14:02:53 nixos-t14s podman[5358]:
Aug 13 14:02:53 nixos-t14s podman[5358]: 2022-08-13 14:02:53.415811412 +0400 +04 m=+0.550451533 container create 5ab272fb85fa90bece4f59a1612b5f26d3e11ee508e8282523f6b9af427b3e42 (image=docker.io/testcontainers/ryuk:0.3.3, name=testcontainers-ryuk-a6929220-5e29-4341-b842-993fe5e87358, health_status=, org.testcontainers=true)
Aug 13 14:02:53 nixos-t14s podman[5358]: @ - - [13/Aug/2022:14:02:53 +0400] "POST /v1.32/containers/create?name=testcontainers-ryuk-a6929220-5e29-4341-b842-993fe5e87358 HTTP/1.1" 201 88 "" "Apache-HttpClient/5.0.3 (Java/17.0.3)"
Aug 13 14:02:53 nixos-t14s dnsmasq[3426]: read /run/containers/cni/dnsname/podman/addnhosts - 3 addresses
Aug 13 14:02:53 nixos-t14s podman[5358]: time="2022-08-13T14:02:53+04:00" level=info msg="Running conmon under slice machine.slice and unitName libpod-conmon-5ab272fb85fa90bece4f59a1612b5f26d3e11ee508e8282523f6b9af427b3e42.scope"
Aug 13 14:02:53 nixos-t14s podman[5358]: time="2022-08-13T14:02:53+04:00" level=info msg="Got Conmon PID as 5583"
Aug 13 14:02:53 nixos-t14s podman[5358]: 2022-08-13 14:02:53.547504477 +0400 +04 m=+0.682144668 container init 5ab272fb85fa90bece4f59a1612b5f26d3e11ee508e8282523f6b9af427b3e42 (image=docker.io/testcontainers/ryuk:0.3.3, name=testcontainers-ryuk-a6929220-5e29-4341-b842-993fe5e87358, health_status=, org.testcontainers=true)
Aug 13 14:02:53 nixos-t14s podman[5358]: @ - - [13/Aug/2022:14:02:53 +0400] "GET /_ping HTTP/1.1" 200 2 "" "Go-http-client/1.1"
Aug 13 14:02:53 nixos-t14s podman[5358]: 2022-08-13 14:02:53.555161782 +0400 +04 m=+0.689801484 container start 5ab272fb85fa90bece4f59a1612b5f26d3e11ee508e8282523f6b9af427b3e42 (image=docker.io/testcontainers/ryuk:0.3.3, name=testcontainers-ryuk-a6929220-5e29-4341-b842-993fe5e87358, health_status=, org.testcontainers=true)
Aug 13 14:02:53 nixos-t14s podman[5358]: @ - - [13/Aug/2022:14:02:53 +0400] "POST /v1.32/containers/5ab272fb85fa90bece4f59a1612b5f26d3e11ee508e8282523f6b9af427b3e42/start HTTP/1.1" 204 0 "" "Apache-HttpClient/5.0.3 (Java/17.0.3)"
Aug 13 14:02:53 nixos-t14s podman[5358]: @ - - [13/Aug/2022:14:02:53 +0400] "GET /v1.32/containers/5ab272fb85fa90bece4f59a1612b5f26d3e11ee508e8282523f6b9af427b3e42/json HTTP/1.1" 200 4787 "" "Apache-HttpClient/5.0.3 (Java/17.0.3)"
Aug 13 14:02:53 nixos-t14s podman[5358]: time="2022-08-13T14:02:53+04:00" level=info msg="Request Failed(Not Found): failed to find image aaa/hello-world:1.0: docker.io/aaa/hello-world:1.0: No such image"
Aug 13 14:02:53 nixos-t14s podman[5358]: @ - - [13/Aug/2022:14:02:53 +0400] "GET /v1.32/images/aaa%2Fhello-world:1.0/json HTTP/1.1" 404 213 "" "Apache-HttpClient/5.0.3 (Java/17.0.3)"
Aug 13 14:02:53 nixos-t14s podman[5358]: Trying to pull docker.io/aaa/hello-world:1.0...
Aug 13 14:02:53 nixos-t14s podman[5358]: @ - - [13/Aug/2022:14:02:53 +0400] "GET /v1.32/containers/5ab272fb85fa90bece4f59a1612b5f26d3e11ee508e8282523f6b9af427b3e42/logs?stdout=true&stderr=true&follow=true&since=0 HTTP/1.1" 200 192 "" "Apache-HttpClient/5.0.3 (Java/17.0.3)"
Aug 13 14:02:58 nixos-t14s podman[5358]: @ - - [13/Aug/2022:14:02:53 +0400] "POST /v1.32/images/create?fromImage=aaa%2Fhello-world&tag=1.0 HTTP/1.1" 200 464 "" "Apache-HttpClient/5.0.3 (Java/17.0.3)"
Aug 13 14:02:58 nixos-t14s podman[5358]: 2022-08-13 14:02:53.731278598 +0400 +04 m=+0.865918719 image pull  docker.io/aaa/hello-world:1.0
Aug 13 14:03:08 nixos-t14s podman[5358]: @ - - [13/Aug/2022:14:03:08 +0400] "GET /v1.29/containers/json?all=1&filters=%7B%22label%22%3A%7B%22org.testcontainers.sessionId%3Da6929220-5e29-4341-b842-993fe5e87358%22%3Atrue%2C%22org.testcontainers%3Dtrue%22%3Atrue%7D%7D&limit=0 HTTP/1.1" 200 3 "" "Go-http-client/1.1"
Aug 13 14:03:08 nixos-t14s podman[5358]: @ - - [13/Aug/2022:14:03:08 +0400] "POST /v1.29/networks/prune?filters=%7B%22label%22%3A%7B%22org.testcontainers.sessionId%3Da6929220-5e29-4341-b842-993fe5e87358%22%3Atrue%2C%22org.testcontainers%3Dtrue%22%3Atrue%7D%7D HTTP/1.1" 200 23 "" "Go-http-client/1.1"
Aug 13 14:03:08 nixos-t14s podman[5358]: @ - - [13/Aug/2022:14:03:08 +0400] "POST /v1.29/volumes/prune?filters=%7B%22label%22%3A%7B%22org.testcontainers.sessionId%3Da6929220-5e29-4341-b842-993fe5e87358%22%3Atrue%2C%22org.testcontainers%3Dtrue%22%3Atrue%7D%7D HTTP/1.1" 200 41 "" "Go-http-client/1.1"
Aug 13 14:03:08 nixos-t14s podman[5358]: time="2022-08-13T14:03:08+04:00" level=info msg="Request Failed(Internal Server Error): specifying \"dangling\" filter more than once with different values is not supported"
Aug 13 14:03:08 nixos-t14s podman[5358]: @ - - [13/Aug/2022:14:03:08 +0400] "POST /v1.29/images/prune?filters=%7B%22dangling%22%3A%7B%22false%22%3Atrue%7D%2C%22label%22%3A%7B%22org.testcontainers.sessionId%3Da6929220-5e29-4341-b842-993fe5e87358%22%3Atrue%2C%22org.testcontainers%3Dtrue%22%3Atrue%7D%7D HTTP/1.1" 500 209 "" "Go-http-client/1.1"
Aug 13 14:03:09 nixos-t14s podman[5358]: time="2022-08-13T14:03:09+04:00" level=info msg="Request Failed(Internal Server Error): specifying \"dangling\" filter more than once with different values is not supported"
Aug 13 14:03:09 nixos-t14s podman[5358]: @ - - [13/Aug/2022:14:03:09 +0400] "POST /v1.29/images/prune?filters=%7B%22dangling%22%3A%7B%22false%22%3Atrue%7D%2C%22label%22%3A%7B%22org.testcontainers.sessionId%3Da6929220-5e29-4341-b842-993fe5e87358%22%3Atrue%2C%22org.testcontainers%3Dtrue%22%3Atrue%7D%7D HTTP/1.1" 500 209 "" "Go-http-client/1.1"
Aug 13 14:03:10 nixos-t14s podman[5358]: time="2022-08-13T14:03:10+04:00" level=info msg="Request Failed(Internal Server Error): specifying \"dangling\" filter more than once with different values is not supported"
Aug 13 14:03:10 nixos-t14s podman[5358]: @ - - [13/Aug/2022:14:03:10 +0400] "POST /v1.29/images/prune?filters=%7B%22dangling%22%3A%7B%22false%22%3Atrue%7D%2C%22label%22%3A%7B%22org.testcontainers.sessionId%3Da6929220-5e29-4341-b842-993fe5e87358%22%3Atrue%2C%22org.testcontainers%3Dtrue%22%3Atrue%7D%7D HTTP/1.1" 500 209 "" "Go-http-client/1.1"
Aug 13 14:03:11 nixos-t14s podman[5358]: time="2022-08-13T14:03:11+04:00" level=info msg="Request Failed(Internal Server Error): specifying \"dangling\" filter more than once with different values is not supported"
Aug 13 14:03:11 nixos-t14s podman[5358]: @ - - [13/Aug/2022:14:03:11 +0400] "POST /v1.29/images/prune?filters=%7B%22dangling%22%3A%7B%22false%22%3Atrue%7D%2C%22label%22%3A%7B%22org.testcontainers.sessionId%3Da6929220-5e29-4341-b842-993fe5e87358%22%3Atrue%2C%22org.testcontainers%3Dtrue%22%3Atrue%7D%7D HTTP/1.1" 500 209 "" "Go-http-client/1.1"
Aug 13 14:03:12 nixos-t14s podman[5358]: time="2022-08-13T14:03:12+04:00" level=info msg="Request Failed(Internal Server Error): specifying \"dangling\" filter more than once with different values is not supported"
Aug 13 14:03:12 nixos-t14s podman[5358]: @ - - [13/Aug/2022:14:03:12 +0400] "POST /v1.29/images/prune?filters=%7B%22dangling%22%3A%7B%22false%22%3Atrue%7D%2C%22label%22%3A%7B%22org.testcontainers.sessionId%3Da6929220-5e29-4341-b842-993fe5e87358%22%3Atrue%2C%22org.testcontainers%3Dtrue%22%3Atrue%7D%7D HTTP/1.1" 500 209 "" "Go-http-client/1.1"
Aug 13 14:03:13 nixos-t14s podman[5358]: time="2022-08-13T14:03:13+04:00" level=info msg="Request Failed(Internal Server Error): specifying \"dangling\" filter more than once with different values is not supported"
Aug 13 14:03:13 nixos-t14s podman[5358]: @ - - [13/Aug/2022:14:03:13 +0400] "POST /v1.29/images/prune?filters=%7B%22dangling%22%3A%7B%22false%22%3Atrue%7D%2C%22label%22%3A%7B%22org.testcontainers.sessionId%3Da6929220-5e29-4341-b842-993fe5e87358%22%3Atrue%2C%22org.testcontainers%3Dtrue%22%3Atrue%7D%7D HTTP/1.1" 500 209 "" "Go-http-client/1.1"
Aug 13 14:03:14 nixos-t14s podman[5358]: time="2022-08-13T14:03:14+04:00" level=info msg="Request Failed(Internal Server Error): specifying \"dangling\" filter more than once with different values is not supported"
Aug 13 14:03:14 nixos-t14s podman[5358]: @ - - [13/Aug/2022:14:03:14 +0400] "POST /v1.29/images/prune?filters=%7B%22dangling%22%3A%7B%22false%22%3Atrue%7D%2C%22label%22%3A%7B%22org.testcontainers.sessionId%3Da6929220-5e29-4341-b842-993fe5e87358%22%3Atrue%2C%22org.testcontainers%3Dtrue%22%3Atrue%7D%7D HTTP/1.1" 500 209 "" "Go-http-client/1.1"
Aug 13 14:03:15 nixos-t14s podman[5358]: time="2022-08-13T14:03:15+04:00" level=info msg="Request Failed(Internal Server Error): specifying \"dangling\" filter more than once with different values is not supported"
Aug 13 14:03:15 nixos-t14s podman[5358]: @ - - [13/Aug/2022:14:03:15 +0400] "POST /v1.29/images/prune?filters=%7B%22dangling%22%3A%7B%22false%22%3Atrue%7D%2C%22label%22%3A%7B%22org.testcontainers.sessionId%3Da6929220-5e29-4341-b842-993fe5e87358%22%3Atrue%2C%22org.testcontainers%3Dtrue%22%3Atrue%7D%7D HTTP/1.1" 500 209 "" "Go-http-client/1.1"
Aug 13 14:03:16 nixos-t14s podman[5358]: time="2022-08-13T14:03:16+04:00" level=info msg="Request Failed(Internal Server Error): specifying \"dangling\" filter more than once with different values is not supported"
Aug 13 14:03:16 nixos-t14s podman[5358]: @ - - [13/Aug/2022:14:03:16 +0400] "POST /v1.29/images/prune?filters=%7B%22dangling%22%3A%7B%22false%22%3Atrue%7D%2C%22label%22%3A%7B%22org.testcontainers.sessionId%3Da6929220-5e29-4341-b842-993fe5e87358%22%3Atrue%2C%22org.testcontainers%3Dtrue%22%3Atrue%7D%7D HTTP/1.1" 500 209 "" "Go-http-client/1.1"
Aug 13 14:03:17 nixos-t14s podman[5358]: time="2022-08-13T14:03:17+04:00" level=info msg="Request Failed(Internal Server Error): specifying \"dangling\" filter more than once with different values is not supported"
Aug 13 14:03:17 nixos-t14s podman[5358]: @ - - [13/Aug/2022:14:03:17 +0400] "POST /v1.29/images/prune?filters=%7B%22dangling%22%3A%7B%22false%22%3Atrue%7D%2C%22label%22%3A%7B%22org.testcontainers.sessionId%3Da6929220-5e29-4341-b842-993fe5e87358%22%3Atrue%2C%22org.testcontainers%3Dtrue%22%3Atrue%7D%7D HTTP/1.1" 500 209 "" "Go-http-client/1.1"
Aug 13 14:03:22 nixos-t14s systemd[1]: podman.service: Deactivated successfully.

Additional information you deem important (e.g. issue happens only occasionally):

Output of podman version:

Client:       Podman Engine
Version:      4.2.0
API Version:  4.2.0
Go Version:   go1.18.4
Built:        Tue Jan  1 04:00:00 1980
OS/Arch:      linux/amd64

Output of podman info:

host:
  arch: amd64
  buildahVersion: 1.27.0
  cgroupControllers:
  - io
  - memory
  - pids
  cgroupManager: systemd
  cgroupVersion: v2
  conmon:
    package: Unknown
    path: /nix/store/b7affffkal5bx7bsnrc10kpswjmr2z2d-conmon-2.1.3/bin/conmon
    version: 'conmon version 2.1.3, commit: '
  cpuUtilization:
    idlePercent: 98.75
    systemPercent: 0.21
    userPercent: 1.05
  cpus: 16
  distribution:
    codename: raccoon
    distribution: nixos
    version: "22.11"
  eventLogger: journald
  hostname: nixos-t14s
  idMappings:
    gidmap:
    - container_id: 0
      host_id: 100
      size: 1
    - container_id: 1
      host_id: 100000
      size: 65536
    uidmap:
    - container_id: 0
      host_id: 1000
      size: 1
    - container_id: 1
      host_id: 100000
      size: 65536
  kernel: 5.19.0
  linkmode: dynamic
  logDriver: journald
  memFree: 27650396160
  memTotal: 32850124800
  networkBackend: cni
  ociRuntime:
    name: crun
    package: Unknown
    path: /nix/store/0ilkx07arbcp0267lbfq0bdnf9qij294-crun-1.5/bin/crun
    version: |-
      crun version 1.5
      commit: 1.5
      spec: 1.0.0
      +SYSTEMD +SELINUX +APPARMOR +CAP +SECCOMP +EBPF +CRIU +YAJL
  os: linux
  remoteSocket:
    exists: true
    path: /run/user/1000/podman/podman.sock
  security:
    apparmorEnabled: false
    capabilities: CAP_AUDIT_WRITE,CAP_CHOWN,CAP_DAC_OVERRIDE,CAP_FOWNER,CAP_FSETID,CAP_KILL,CAP_MKNOD,CAP_NET_BIND_SERVICE,CAP_NET_RAW,CAP_SETFCAP,CAP_SETGID,CAP_SETPCAP,CAP_SETUID,CAP_SYS_CHROOT
    rootless: true
    seccompEnabled: true
    seccompProfilePath: ""
    selinuxEnabled: false
  serviceIsRemote: false
  slirp4netns:
    executable: /nix/store/jgj1i03v37rj3bzsyyn7722x1bgvzm12-slirp4netns-1.2.0/bin/slirp4netns
    package: Unknown
    version: |-
      slirp4netns version 1.2.0
      commit: 656041d45cfca7a4176f6b7eed9e4fe6c11e8383
      libslirp: 4.7.0
      SLIRP_CONFIG_VERSION_MAX: 4
      libseccomp: 2.5.4
  swapFree: 0
  swapTotal: 0
  uptime: 0h 27m 40.00s
plugins:
  authorization: null
  log:
  - k8s-file
  - none
  - passthrough
  - journald
  network:
  - bridge
  - macvlan
  - ipvlan
  volume:
  - local
registries:
  search:
  - docker.io
store:
  configFile: /home/asbachb/.config/containers/storage.conf
  containerStore:
    number: 0
    paused: 0
    running: 0
    stopped: 0
  graphDriverName: overlay
  graphOptions: {}
  graphRoot: /home/asbachb/.local/share/containers/storage
  graphRootAllocated: 772921810944
  graphRootUsed: 366314885120
  graphStatus:
    Backing Filesystem: extfs
    Native Overlay Diff: "true"
    Supports d_type: "true"
    Using metacopy: "false"
  imageCopyTmpDir: /var/tmp
  imageStore:
    number: 56
  runRoot: /run/user/1000/containers
  volumePath: /home/asbachb/.local/share/containers/storage/volumes
version:
  APIVersion: 4.2.0
  Built: 315532800
  BuiltTime: Tue Jan  1 04:00:00 1980
  GitCommit: ""
  GoVersion: go1.18.4
  Os: linux
  OsArch: linux/amd64
  Version: 4.2.0

Have you tested with the latest version of Podman and have you checked the Podman Troubleshooting Guide? (https://github.com/containers/podman/blob/main/troubleshooting.md)

Yes

Additional environment details (AWS, VirtualBox, physical, etc.): physical

About this issue

  • Original URL
  • State: closed
  • Created 2 years ago
  • Reactions: 1
  • Comments: 29 (16 by maintainers)

Most upvoted comments