docker commonly used command
1. View the docker information (version, info)
View the docker version docker version
Displays information about the docker system docker info
2. the operation of the image (search, pull, images, rmi, history)
Retrieve image docker search image_name
Download image docker pull image_name
List the mirror list; -a, –all […]
Recent Comments