Docker gets a centos image

Search out all public available images with centos on docker hub
docker search centos

Download the latest centos image
docker pull centos

view images
docker images list images
docker images -a list all images

docker rmi <image ID> delete one or more images

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324868450&siteId=291194637