Install Docker Toolbox

How to INSTALL DOCKER TOOLBOX FOR WINDOW This is the instruction of how to install docker for window

Installation

Installation Docker

Docker is a set of coupled software-as-a-service and platform-as-a-service products that use operating-system-level virtualization to develop and deliver software in packages called containers. The software that hosts the containers is called Docker Engine. It can build likes docker images or build from another type of file. Example likes you can build jekyll(Simple,blog-aware of static site),docker will find the images and install by using docker run command. It can be pull database that support in docker likes mariadb too.

Docker Toolbox

Docker can be use by Docker Toolbox an installer that easily make user can set up an environment on your machine or create virtuak machine that contain Docker Quickstart for type in docker,Docker Desktop for Window 10 PRO, Window 10 Education or higher. Docker have docker hub to keep information, project or repository the same as git. This document will only give information about Docker Toolbox only.

1.Docker Toolbox for window 7 up to window 10(not for PRO or Education)

Docker

DockerAvaWin

Dockersetup

2.Choose the component that you want to use in this i choose docker client,machine and compose for window

Also contain Kinematic,Oracle VM and Shell , you can choose what you have to use.

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 your machine. This VM hosts Docker Engine for you on your Windows system.

DockerComponent

3.Then Click Next>> until they already done installation

DockerDone

4.When it already finish, this icon will be shown on your desktop

DockerQuickstarticon

5.Double click Docker Quickstart and waiting for complie and execute for a while

DockerQuickstartComplie

DockerQuickstart

6.When execute done double click again it will shown like this and done

DockerQuickstartpage

7.For checking The Docker installation again, by run

$ docker run hello-world

DockerHelloworld

8.Check in Docker quickstart terminal whether you already install all of the material or program that have to use by using

$ docker --version
$ python --version
$ pip --version
$ git --version

CheckVersion

How to Uninstall Docker Toolbox

Docker Uninstall instruction