Docker commonly used commands: 1. [docker version], check the docker container version; 2. [docker info], check the docker container information; 3. [docker images], list the local images.
1. Docker container information
(recommended learning: docker tutorial)
2. Mirror operation
Tip: For mirror operations, you can use the image name, image long ID, and short ID.
2.1. Mirror view
##2.2. Mirror search2.3. Mirror download 2.4. Mirror deletion 2.5. Image construction
The above is the detailed content of Docker common commands. For more information, please follow other related articles on the PHP Chinese website!