Podman Install
This walkthrough follows Keeper’s official “Docker Compose Install” instructions but modified for Podman.
Before you start
What you need
Minimum
Notes
Step 1. Create a working folder and save the Compose file
sudo mkdir -p /opt/kcm && cd /opt/kcmStep 2. Download the hardened seccomp profile
sudo mkdir -p /etc/kcm-setup
sudo podman run --rm --entrypoint=/bin/cat \
docker.io/keeper/guacd:2 \
/opt/keeper/share/guacd/docker-seccomp.json \
| sudo tee /etc/kcm-setup/guacd-docker-seccomp.jsonStep 3. Install Podman & helper tools
RHEL / Alma / Rocky / Fedora
Ubuntu / Debian
Step 4. Modify the Compose file for Podman
Step 5. Start Keeper Connection Manager
Step 6. Open the firewall (RHEL/Fedora)
Step 7. Set up automatic startup
Step 8. First‑run checks
What to test
Command
Expected result
Troubleshooting
Last updated
Was this helpful?

