Frequently used commands to verify Docker container details
Command
Description
PreviousValidating installation of the OpenObserve toolNextUninstalling components for Pentaho Data Mastering
Last updated
Was this helpful?
Use the following commands to verify the Docker container details:
$ sudo docker ps
Command to list all running containers on the Docker host.
$ sudo docker ps -a
Command to list all containers on the Docker host, regardless of their state, including running containers, stopped containers, and exited containers.
$ sudo docker logs -f <containerID>
Command to stream the logs for the container with the specified ID.
Last updated
Was this helpful?
Was this helpful?

