0% found this document useful (0 votes)
118 views1 page

Docker Notes

This document discusses three Docker commands: docker container top to view processes in a container, docker container inspect to view configuration details of a container, and docker container stats to view performance stats of all containers. It also covers getting an interactive shell in a container using docker container run -it to start a new interactive container, and docker container exec -it to run additional commands in an existing container. Finally, it mentions running different Linux distributions in containers.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
118 views1 page

Docker Notes

This document discusses three Docker commands: docker container top to view processes in a container, docker container inspect to view configuration details of a container, and docker container stats to view performance stats of all containers. It also covers getting an interactive shell in a container using docker container run -it to start a new interactive container, and docker container exec -it to run additional commands in an existing container. Finally, it mentions running different Linux distributions in containers.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

Docker Container top -->process list in one container

Docker container inspect---> Details of one container config


Docker container stats ---> performance stats for all containers

Getting A Shell Inside Containers: No Need For SSH


--------------------------------------------------
Docker container run -it -start new container interactively
Docker container exec -it ---> run additional container command in existing
container
Different linux distros in containers

You might also like