Windows10 Home EditionDockerToolbox-18.03.0-ce
Problem Description:
I found out that the home version cannot install Docker Desktop. Since mine is a genuine activation, I won’t be tossing for the professional version;
Then there is still a choice, which is to install DockerToolbox, but after the installation, there is an error when running Docker Quickstart Terminal:
Running pre- create checks...
Error with pre- create check : "This computer is running Hyper-V. VirtualBox won't boot a 64bits VM when Hyper-V is activated. Either use Hyper-V as a driver, or disable the Hyper-V hypervisor. (To skip this check, use --virtualbox-no-vtx-check)"
Solution:
File (according to the location you installed): C:\Program Files\Docker Toolbox\start.sh
Add –virtualbox-no-vtx-check part
STEP= "Checking if machine $VM exists"
if [ $VM_EXISTS_CODE -eq 1 ]; then
" ${DOCKER_MACHINE} " rm -f " ${VM} " &> /dev/null ||:
rm -rf ~/.docker/machine/machines/ " ${VM} "
#set proxy variables if they exists
if [ " ${HTTP_PROXY} " ]; then
PROXY_ENV = " $PROXY_ENV --engine-env HTTP_PROXY = $HTTP_PROXY "
fi
if [ " ${HTTPS_PROXY} " ]; then
PROXY_ENV = " $PROXY_ENV --engine-env HTTPS_PROXY = $HTTPS_PROXY "
fi
if [ " ${NO_PROXY} " ]; then
PROXY_ENV = " $PROXY_ENV --engine-env NO_PROXY = $NO_PROXY "
fi
" ${DOCKER_MACHINE} " create -d virtualbox --virtualbox-no-vtx-check $PROXY_ENV " ${VM} "
fi
Read More:
- Windows Install Docker Error: Cannot enable Hyper-V service
- Oracle VM VirtualBox open replication virtual machine Error
- [Solved] error during connect: This error may indicate that the docker daemon is not running
- [Solved] VirtualBox + Vagrant Error: VirtualBox host only Ethernet adapter
- Mac Start IDEA Error: Cannot load JVM bundle…Value of IDEA_VM_OPTIONS is (null)
- [Solved] Docker Error: WSL 2 installation is incomplete.
- [Solved] spring boot security Start Error: ‘login.html?error‘ is not a valid redirect URL
- When installing zookeeper, you can view the process start, but the status display error: Error contacting service. It is probably not running
- [Solved] fatal error: bits/libc-header-start.h: No such file or directory
- The spring project is normal locally, and the bean cannot be found error is thrown when entering the docker container
- Error running ‘PigSellCabinetApplication’: Command line is too long. Shorten command line for PigSellCabinetApplication or also for Spring Boot default configuration
- [Solved] Docker Start Error: iptables failed: iptables –wait -t nat -A DOCKER -p tcp -d 0/0 –dport 10241
- Docker service startup error: Job for docker.service failed because the control process exited with error code.
- Docker Error response from daemon: Get https://registry-1.docker.io/v2/: x509: certificate has expired or is not yet valid
- Jenkins reported an error when running the docker permission in the shell script
- Docker Create or Start Nginx Error: docker: Error response from daemon: driver failed programming external connectivity
- [Solved] Docker failed to start daemon: error initializing graphdriver: driver not supported
- [Solved] elasticsearch.bat Running Flashback.: Error occurred during initialization of VM, Error occurred during initializatio
- [Solved] Error contacting service. It is probably not running.
- [Solved] Error contacting service. It is probably not running.