How to Start and Stop the Agent Containers in Docker and Podman?
Question
How can I start or stop my agent containers?
Environment
Container platform: Docker and Podman
Answer
You can use the hdagent.sh
script to manage (start, stop, or check the status of) your agent container.
Docker
./hdagent.sh [-r docker] start|stop|status
Podman
./hdagent.sh [-r podman] start|stop|status