Browse code

Merge pull request #18782 from aditirajagopal/docker-no-like-x86

Specify that Docker requires x64

Sebastiaan van Stijn authored on 2015/12/27 09:19:38
Showing 1 changed files
... ...
@@ -31,7 +31,8 @@ run the Docker daemon. The VirtualBox VM runs completely from RAM, is a small
31 31
 
32 32
 ## Requirements
33 33
 
34
-Your machine must be running Windows 7 or newer to run Docker. To find out what version of Windows you have:
34
+To run Docker, your machine must have a 64-bit operating system running Windows 7 or higher. Additionally, you must make sure that virtualization is enabled on your machine. 
35
+To verify your machine meets these requirements, do the following:
35 36
 
36 37
 1. Right click the Windows Start Menu and choose **System**.
37 38
 
... ...
@@ -59,7 +60,12 @@ and virtualization support is enabled in BIOS and recognized by Windows.
59 59
 	  target="_blank"> Microsoft® Hardware-Assisted Virtualization Detection
60 60
 	  Tool</a> and follow the on-screen instructions.
61 61
 
62
+3. Verify your Windows OS is 64-bit (x64)
62 63
 
64
+   How you do this verification depends on your Windows version.  For details, see the Windows 
65
+    article [How to determine whether a computer is running a 32-bit version or 64-bit version 
66
+    of the Windows operating system](https://support.microsoft.com/en-us/kb/827218).
67
+    
63 68
 > **Note**: If you have Docker hosts running and you don't wish to do a Docker Toolbox
64 69
 installation, you can install the `docker.exe` using the *unofficial* Windows package
65 70
 manager Chocolately. For information on how to do this, see [Docker package on