Now you’ll use Docker Machine to create a lightweight Linux VM, hosted by Hyper-V, and running the Docker Manager.
#DOCKER TOOLBOX WINDOWS 10 BASH INSTALL#
The VirtualBox install adds some drivers and network adapters. That installed Oracle’s VirtualBox, which is incompatible with Hyper-V-they cannot both be enabled on the system at the same time. Run the install, accepting all the defaults. Installing Docker Toolboxĭownload the Windows version of Docker Toolbox from here. The bugs will likely be fixed in version 0.6, so when that comes out these instructions will be updated. We would prefer to use an internal virtual switch, but that doesn’t work due to some bugs in IPv6 support in Docker Machine (as of version 0.5.6, build 61388e9). An external virtual switch configured in Hyper-V (use the Virtual Switch Manager in the Hyper-V Manager).Hardware virtualization enabled (you do this in the BIOS of the machine).It also assumes your system is Windows 10, but I would not be surprised to find that Windows 8.1 and Server 2012 R2 are also sufficient. This guide assumes you have Hyper-V running on your machine, configured with an External Virtual Switch.
#DOCKER TOOLBOX WINDOWS 10 BASH HOW TO#
Read on for how to use Hyper-V with Docker Toolbox … Prerequisites 1 But if you have Hyper-V installed and active, you can’t also use VirtualBox. Docker Toolbox is a cool tool for working with Docker containers on OS X and Windows, and it bundles Oracle’s VirtualBox.