Posts

Showing posts from June, 2018

OpenDroneMap with Docker Toolbox on Windows

Image
Install Docker Toolbox on Windows https://docs.docker.com/toolbox/toolbox_install_windows/ Docker Toolbox provides a way to use Docker on Windows systems that do not meet minimal system requirements for the Docker for Windows app. Get Docker Toolbox for Windows: https://download.docker.com/win/stable/DockerToolbox.exe What you get and how it works Docker Toolbox includes the following Docker tools: Docker CLI client for running Docker Engine to create images and containers Docker Machine so you can run Docker Engine commands from Windows terminals Docker Compose for running the docker-compose command Kitematic, the Docker GUI the Docker QuickStart shell preconfigured for a Docker command-line environment Oracle VM VirtualBox Because the Docker Engine daemon uses Linux-specific kernel features, you can’t run Docker Engine natively on Windows. Instead, you must use the Docker Machine command, docker-machine , to create and attach to a small Linux VM on you