Actian Monitor > Installing Actian Monitor > Using Compose and Security
Was this helpful?
Using Compose and Security
Both Docker and Podman use compose as a simple way to run multi-part applications. Instead of starting each service by hand (app, its database, cache), using compose lets you describe everything in one easy-to-read file. With a single command, it brings the whole stack up, connects the pieces, and makes sure they can talk to each other. This means fewer setup steps, fewer surprises, and a smoother path to actually running it.
Note:  You should control who can run Docker or Podman commands. For more information, see either https://docs.docker.com/engine/security/security/ or https://www.redhat.com/en/blog/basic-security-principles-containers.
Last modified date: 02/19/2026