VirtualBox中的网络配置

星期五 2017年7月14日 王佳明 技术 VirtualBox   0人
VirtualBox中的网络配置

未指定 – Not attached
类似于,虚拟机中有网卡,但是没有插网线;

网络地址转换NAT – Network Address Translation (NAT)
虚拟机不存在与真实的网络中的,通过物理机IP访问网络

桥接网卡 – Bridged networking
有独立的IP,就像同处一个局域网中的其他的计算机一样

内部网络 – Internal networking
只能被属于同一主机Host中的,其他虚拟机所访问

到阿里云的docker镜像下载部署docker加速

星期四 2017年7月13日 王佳明 技术 Ubuntu  linux  tensorflow  Docker   0人
到阿里云的docker镜像下载部署docker加速

到阿里云的docker镜像下载部署docker加速

https://cr.console.aliyun.com/?spm=5176.1971733.2.28.U8Rk9G#/accelerator

安装/升级Docker客户端 Docker Toolbox 所有的钩都勾上

打开Git Bash

docker-machine create --engine-registry-mirror=https://xxxxxx.mirror.aliyuncs.com -d virtualbox default