@@ -5,7 +5,18 @@ keywords: docker, documentation, install, toolbox, win
5
5
title : Install Docker Toolbox on Windows
6
6
---
7
7
8
- Windows users use Docker Toolbox to install Docker software. Docker Toolbox includes the following Docker tools:
8
+ Docker Toolbox provides a way to use Docker on older
9
+ Windows systems that do not
10
+ meet minimal system requirements for the [ Docker for
11
+ Windows] ( /docker-for-windows/index.md ) app.
12
+
13
+ If you have not done so already, download the installer here:
14
+
15
+ <a class =" button darkblue-btn " href =" https://download.docker.com/win/stable/DockerToolbox.exe " >Get Docker Toolbox for Windows</a >
16
+
17
+ ## What you get and how it works
18
+
19
+ Docker Toolbox includes the following Docker tools:
9
20
10
21
* Docker CLI client for running Docker Engine to create images and containers
11
22
* Docker Machine so you can run Docker Engine commands from Windows terminals
@@ -14,10 +25,18 @@ Windows users use Docker Toolbox to install Docker software. Docker Toolbox incl
14
25
* the Docker QuickStart shell preconfigured for a Docker command-line environment
15
26
* Oracle VM VirtualBox
16
27
17
- Because the Docker Engine daemon uses Linux-specific kernel features, you can't
18
- run Docker Engine natively in Windows. Instead, you must use the Docker Machine
19
- command, ` docker-machine ` , to create and attach to a small Linux VM on your
20
- machine. This VM hosts Docker Engine for you on your Windows system.
28
+ Because the Docker Engine daemon uses Linux-specific
29
+ kernel features, you can't run Docker Engine natively
30
+ on Windows. Instead, you must use the Docker Machine
31
+ command, ` docker-machine ` , to create and attach to a
32
+ small Linux VM on your machine. This VM hosts Docker Engine
33
+ for you on your Windows system.
34
+
35
+ > ** Tip:** One of the advantages of the newer
36
+ [ Docker for
37
+ Windows] ( /docker-for-windows/index.md ) solution is that
38
+ it uses native virtualization and does not require
39
+ VirtualBox to run Docker.
21
40
22
41
## Step 1: Check your version
23
42
0 commit comments