经常使用命令行

基础命令行

查看当前服务器Docker容器版本

docker --versiondocker

查看当前服务器Docker镜像列表

docker images服务器

搜索Docker仓库镜像

docker search 要搜索的镜像名称命令行

获取Docker仓库镜像

docker image pull 镜像名称code

相关文章
相关标签/搜索