You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/installation/windows.md
+29-19Lines changed: 29 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,12 +29,9 @@ The Docker VM is lightweight Linux virtual machine made specifically to run the
29
29
Docker daemon on Windows. The VirtualBox VM runs completely from RAM, is a
30
30
small ~24MB download, and boots in approximately 5s.
31
31
32
-
33
-
34
32
## Requirements
35
33
36
-
Your machine must be running Windows 7.1, 8/8.1 or newer to run Docker.
37
-
To find out what version of Windows you have:
34
+
Your machine must be running Windows 7.1, 8/8.1 or newer to run Docker. Windows 10 is not currently supported. To find out what version of Windows you have:
38
35
39
36
1. Right click the Windows message and choose **System**.
40
37
@@ -135,7 +132,6 @@ installer.
135
132
136
133
7. Press "Close" to exit.
137
134
138
-
139
135
## Running a Docker Container
140
136
141
137
To run a Docker container, you:
@@ -157,7 +153,7 @@ There are several ways to use the installed tools, from the Docker Quickstart Te
157
153
The application:
158
154
159
155
* opens a terminal window
160
-
* creates a `docker-vm` if it doesn't exist, starts the VM if it does
156
+
* creates a `default` if it doesn't exist, starts the VM if it does
161
157
* points the terminal environment to this VM
162
158
163
159
Once the launch completes, you can run `docker` commands.
@@ -205,12 +201,12 @@ There are several ways to use the installed tools, from the Docker Quickstart Te
0 commit comments