Describe the bug
Due to changing pulse to use TLS, I reinstalled the pulse-agent on my Rocky Linux 9.1 system. After this, the agent re-enabled detection of Podman on the system.
To Reproduce
Steps to reproduce the behavior:
- Uninstall current agent with --uninstall
- Remove host from Agents in settings.
- Validate host is not on Hosts or Docker screen
- Restart Pulse LXC just to make sure
- Reinstall agent using the following command:
curl -fsSL https://pulse:7655/install.sh | bash -s -- --url https://pulse:7655 --token --interval 30s --disable-docker
- Check log with journalctl -u pulse-agent | grep docker
Jan 22 17:24:59 mani pulse-agent[8100]: {"level":"info","version":"v5.0.17","pulse_url":"https://pulse:7655","host_agent":true,"docker_agent":false,"kubernetes_agent":false,"proxmox_mode":false,"auto_update":true,"time":"2026-01-22T17:24:59-07:00","message":"Starting Pulse Unified Agent"}
Jan 22 17:25:00 mani pulse-agent[8100]: {"level":"warn","component":"pulse-docker-agent","time":"2026-01-22T17:25:00-07:00","message":"Podman runtime detected; disabling Swarm service collection"}
Jan 22 17:25:00 mani pulse-agent[8100]: {"level":"warn","component":"pulse-docker-agent","time":"2026-01-22T17:25:00-07:00","message":"Podman runtime detected; disabling Swarm task collection"}
Jan 22 17:25:00 mani pulse-agent[8100]: {"level":"info","component":"pulse-docker-agent","runtime":"podman","daemon_host":"unix:///run/user/0/podman/podman.sock","version":"5.6.0","time":"2026-01-22T17:25:00-07:00","message":"Connected to container runtime"}
Expected behavior
I expected to not see the agent for this host in the Docker list.
Environment:
- Pulse Version: v5.0.17
- Installation Type: Proxmox VE LXC
Additional context

Describe the bug
Due to changing pulse to use TLS, I reinstalled the pulse-agent on my Rocky Linux 9.1 system. After this, the agent re-enabled detection of Podman on the system.
To Reproduce
Steps to reproduce the behavior:
curl -fsSL https://pulse:7655/install.sh | bash -s -- --url https://pulse:7655 --token --interval 30s --disable-docker
Jan 22 17:24:59 mani pulse-agent[8100]: {"level":"info","version":"v5.0.17","pulse_url":"https://pulse:7655","host_agent":true,"docker_agent":false,"kubernetes_agent":false,"proxmox_mode":false,"auto_update":true,"time":"2026-01-22T17:24:59-07:00","message":"Starting Pulse Unified Agent"}
Jan 22 17:25:00 mani pulse-agent[8100]: {"level":"warn","component":"pulse-docker-agent","time":"2026-01-22T17:25:00-07:00","message":"Podman runtime detected; disabling Swarm service collection"}
Jan 22 17:25:00 mani pulse-agent[8100]: {"level":"warn","component":"pulse-docker-agent","time":"2026-01-22T17:25:00-07:00","message":"Podman runtime detected; disabling Swarm task collection"}
Jan 22 17:25:00 mani pulse-agent[8100]: {"level":"info","component":"pulse-docker-agent","runtime":"podman","daemon_host":"unix:///run/user/0/podman/podman.sock","version":"5.6.0","time":"2026-01-22T17:25:00-07:00","message":"Connected to container runtime"}
Expected behavior
I expected to not see the agent for this host in the Docker list.
Environment:
Additional context