Basic Docker Terminal Commands
Open Command Prompt to check that Docker is installed in your workstation. Entering the command docker
on your terminal should show the following:
This is the list of available subcommands for Docker. To understand what each subcommand does, enter docker-subcommand –help
on the terminal:
Run docker info
and note the following:
- Containers
- Images
- Server Version
This command displays system-wide information. The server version ...
Get Beginning DevOps with Docker now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.