2022-08-18
前言
目前对docker支持最好的是Ubuntu系统,docker不支持在windows上运行,必须借助docker-machine。docker提供了toolbox用于在windows和mac平台安装docker。
工具箱包括:
docker machine
Docker Engine
Kitematic
docker命令行运行环境
Oracle VM VirtualBox
安装之前需要检查BIOS中虚拟化的设置是否已打开,参考此页面
1、下载安装文件
https://www.docker.com/toolbox
2、双击安装文件进行安装
3、运行docker run hello-world
运行时出现下面的问题
Post http://127.0.0.1:2375/v1.20/containers/create: dial tcp 127.0.0.1:2375: ConnectEx tcp: No connection could be made because the target machine actively refused it.. * Are you trying to connect to a TLS-enabled daemon without TLS? * Is your docker daemon up and running?本站收录的网站若侵害到您的利益,请联系我们删除处理
Copyright ©2020 Guojiz V 5.5All Rights Reserved.