Environment VMWare Fusion Professional Version 11.0.2 (10952296) CentOS Linux Release 7.6.1810 64bit Virtual machine NAT network configuration Validate the config file: /Library/Preferences/VMware Fusion/networking ... answer VNET_2_DISPLAY_NAME vmnet answer VNET_2_HOSTONLY_NETMASK 255.255.255.0 answer VNET_2_HOSTONLY_SUBNET 192.168.155.0 answer VNET_2_NAT yes answer VNET_2_NAT_PARAM_UDP_TIMEOUT 30 answer…
Run Docker from Behind Proxy
Configuring the Proxy Settings OS X Follow the instructions on the Setup Docker on OS X. Past the docker run hello-world step. From the installation documentation we know that docker-machine actually runs in a VirtualBox VM within OS X, wrapping…
Setup Docker on OS X
Wiki Docker is an open-source project that automates the deployment of applications inside software containers, by providing an additional layer of abstraction and automation of operating-system-level virtualization on Linux. Docker uses the resource isolation features of the Linux kernel such…
Run Definition of Arbitrary Scripts with Vagrant Commands
What and why Vagrant Vagrant is computer software for creating and configuring virtual development environments. It can be seen as a wrapper around virtualization software such as VirtualBox, KVM, VMware and around configuration management software such as Ansible, Chef, Salt…