whenever I try to run a podman container, it’ll through:

Error: running container create option: container has joined pod 4f[long_string]b1f and dependency container 34[long_string]9cd is not a member of the pod: invalid argument

An example of a dependent container compose file looks like this:

services:

docs.linuxserver.io/images/docker-qbittorrent

qbittorrent: image: lscr.io/linuxserver/qbittorrent:latest container_name: qbittorrent environment: - WEBUI_PORT=8000 - PUID=0 - PGID=0 volumes: - ./config:/config:Z - ./files:/media restart: always depends_on: - gluetun network_mode: “container:gluetun”