Reference: Validation and Commands
1 min
Command | Action |
|---|---|
docker ps | Lists all running docker containers. |
docker logs --follow container-id or name | Gets and follows the logs of a container. Checks for connectors requesting and installing (do not be alarmed if this takes some time) CTRL + C = exit |
docker restart container-id or name | Restarts a container. |
docker stop container-id or name | Stops a container. |
docker rm container-id or name | Removes a container. |
check the agent endpoint: https://installation name/agent | Verifies the agent endpoint. |