February 2019
Intermediate to advanced
446 pages
10h 55m
English
For Windows, default machines are created with 2 GB of memory. We'll recreate a Docker Machine with 4 GB of memory:
docker-machine rm default# Windows 10 (Hyper V)docker-machine create --driver hyperv --hyperv-virtual-switch <switch name configured in Hyper V e.g. DockerNAT> --hyperv-memory 4096 default# prior to Windows 10 (Docker Toolbox)docker-machine create -d virtualbox --virtualbox-memory 4096 default
Read now
Unlock full access