之前在windows10上体验Docker使用的是Docker toolbox
https://www.docker/products/docker-toolbox
今天试了一下Docker for windows(pc)。
下载安装包https://download.docker/win/stable/InstallDocker.msi
安装过程比较顺利,并没有任何异常情况。安装完成运行以下命令验证一下结果。
Docker容器运行在通过Hyper-V创建的虚拟机中,虚拟机操作系统是Alpine Linux
https://alpinelinux/
运行容器
docker run hello-world
docker run -it ubuntu bash
发布者:admin,转转请注明出处:http://www.yc00.com/web/1754706514a5194467.html
评论列表(0条)