Information and Statistics

<< Click to Display Table of Contents >>

Raynet One Technology Catalog > 14.0 u1 > Installation Guide > Appendix A. Basic Docker Commands 

Information and Statistics

Show the logs of a container

docker logs CONTAINER

Example:

docker logs catalog

 

Show the stats of running containers

docker stats

 

Show the processes of a container

docker top CONTAINER

Example:

docker top catalog

 

Show the installed docker version

docker version

 

Get detailed information about an object

docker inspect NAME

Example:

docker inspect raynetgmbh/rayventory-catalog:stable

 

Show all modified files in the container

docker diff CONTAINER

Example:

docker diff catalog

 

Show the mapped ports of a container

docker port CONTAINER

Example:

docker port catalog