Skip to content

Podman keeps being enable on pulse-agent even when installed with --disable-docker #1151

Description

@wilddev65

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:

  1. Uninstall current agent with --uninstall
  2. Remove host from Agents in settings.
  3. Validate host is not on Hosts or Docker screen
  4. Restart Pulse LXC just to make sure
  5. Reinstall agent using the following command:
    curl -fsSL https://pulse:7655/install.sh | bash -s -- --url https://pulse:7655 --token --interval 30s --disable-docker
  6. 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

Image Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions