1、拉取远端仓库 docker pull ubuntu 2、运行 docker run -i -t ubuntu /bin/bash 3、查询某些包 docker search nginx 4、退出docker容器 exit
标签: docker
共 3 篇文章
1 在Cent OS安装docker 1) 先有一个Cent OS 7.6系统 这个很重要,不同版本按照的时候是不一样的。 查看CentOS版本 cat /etc/redhat-release 2) 用root账户登录进去 3) 配置国内yum源 wget -O /etc/yum.repos.d ...
windows安装docker后报警告:WSL 2 installation is incomplete. WSL 2 installation is incomplete. The WSL 2 Linux kernel is now installed using a separate MSI update package.Please click the link and fol ...