Google News
logo
Docker - Interview Questions
List some of the more advanced Docker commands and what they do.
Some advanced commands include :
 
Docker info. Displays system-wide information regarding the Docker installation

Docker pull.
Downloads an image

Docker stats.
Provides you with container information

Docker images.
Lists downloaded images
Advertisement