【Docker】Docker入門系列_3.1 鏡像與倉庫 (images and repos)

本章節會學習: docker images docker pull <image> docker search <image> $ docker images 查看所有的鏡像列表 大家可以看到ubuntu, centos 的TAG 標籤默認都爲 latest. 大家如果需要 調用指定的版本的image, 可以使用 ubuntu:xx.xx / centos: 7.x  $ docker pull
相關文章
相關標籤/搜索