Pull an image:
docker image pull nginx
docker image ls
Search an Image:
docker search nginx
Limit the number of result:
docker search limit 10 nginx
Filter s earch result:
docker search filter stars=200 nginx
docker search f stars=100 f is official=true nginx
List images:
docker images
docker image ls
docker image ls a
Tag an image:
docker image tag [Source Image]:[ tag] [Reference to source tag
docker tag ubuntu myubuntu:v1
Delete an image:
docker image rm nginx
docker rmi nginx
Remove dangling image
docker image prune
Remove all unused and dangling image:
docker image prune a
Inspect an image:
docker image inspect nginx
docker image inspect nginx format "{{.ContainerConfig}}"
Reference Doc:
https://docs.docker.com/engine/refere...
Watch video 20. Docker Image CLI online without registration, duration hours minute second in high quality. This video was added by user iMustLearn 15 July 2022, don't forget to share it with your friends and acquaintances, it has been viewed on our site 46 once and liked it 1 people.