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
@@ -240,7 +240,7 @@ credentials so that you don't need to enter them every time.
240
240
There are a number of issues with using host-mounted volumes and network paths
241
241
for database files. See [Volume mounts from host paths use a nobrl option to override database locking](troubleshoot.md#volume-mounts-from-host-paths-use-a-nobrl-option-to-override-database-locking).
242
242
>
243
-
* Docker for Windows sets permissions to read/write/execute for users, groups and others [0777 or a+rwx](http://permissions-calculator.org/decode/0777/).
243
+
* Docker Desktop for Windows sets permissions to read/write/execute for users, groups and others [0777 or a+rwx](http://permissions-calculator.org/decode/0777/).
244
244
This is not configurable. See [Permissions errors on data directories for shared volumes](troubleshoot.md#permissions-errors-on-data-directories-for-shared-volumes).
245
245
>
246
246
* Ensure the domain user has access to shared drives, as described in [Verify domain user has permissions for shared drives](troubleshoot.md#verify-domain-user-has-permissions-for-shared-drives-volumes).
@@ -292,15 +292,15 @@ The Linux VM restarts after changing the settings on the Advanced tab. This take
292
292
293
293
### Network
294
294
295
-
You can configure Docker for Windows networking to work on a virtual private network (VPN).
295
+
You can configure Docker Desktop for Windows networking to work on a virtual private network (VPN).
* **Internal Virtual Switch** - You can specify a network address translation (NAT) prefix and subnet mask to enable Internet connectivity.
300
300
301
301
* **DNS Server** - You can configure the DNS server to use dynamic or static IP addressing.
302
302
303
-
> **Note**: Some users reported problems connecting to Docker Hub on Docker for
303
+
> **Note**: Some users reported problems connecting to Docker Hub on Docker Desktop for
304
304
> Windows stable version. This would manifest as an error when trying to run
305
305
> `docker` commands that pull images from Docker Hub that are not already
306
306
> downloaded, such as a first time run of `docker run hello-world`. If you
@@ -312,7 +312,7 @@ Updating these settings requires a reconfiguration and reboot of the Linux VM.
312
312
313
313
### Proxies
314
314
315
-
Docker for Windows lets you configure HTTP/HTTPS Proxy Settings and
315
+
Docker Desktop for Windows lets you configure HTTP/HTTPS Proxy Settings and
316
316
automatically propagates these to Docker and to your containers. For example,
317
317
if you set your proxy settings to `http://proxy.example.com`, Docker uses this
318
318
proxy when pulling containers.
@@ -350,7 +350,7 @@ configure the more common daemon options with interactive settings (and also JSO
350
350
351
351
#### Experimental mode
352
352
353
-
Both Docker for Windows Stable and Edge releases have the experimental version
353
+
Both Docker Desktop for Windows Stable and Edge releases have the experimental version
354
354
of Docker Engine enabled, described in the [Docker Experimental Features README](https://github.com/docker/cli/blob/master/experimental/README.md) on
355
355
GitHub.
356
356
@@ -361,7 +361,7 @@ others may be modified or pulled from subsequent Edge releases, and never
361
361
released on Stable.
362
362
363
363
On both Edge and Stable releases, you can toggle **experimental mode** on and
364
-
off. If you toggle it off, Docker for Windows uses the current generally
364
+
off. If you toggle it off, Docker Desktop for Windows uses the current generally
365
365
available release of Docker Engine.
366
366
367
367
Run `docker version` to see if you are in Experimental mode. Experimental mode
@@ -424,13 +424,13 @@ For a full list of options on the Docker daemon, see [daemon](/engine/reference/
424
424
425
425
### Kubernetes
426
426
427
-
[Kubernetes on Docker for Windows](/docker-for-windows/kubernetes/){: target="_blank" class="_"}
427
+
[Kubernetes on Docker Desktop for Windows](/docker-for-windows/kubernetes/){: target="_blank" class="_"}
428
428
is available in
429
429
[18.02 Edge (win50)](/docker-for-windows/edge-release-notes/#docker-community-edition-18020-ce-rc1-win50-2018-01-26){: target="_blank" class="_"} and higher, and in [18.06 Stable (win70)](/docker-for-windows/edge-release-notes/#docker-community-edition-18060-ce-win70-2018-07-25) and higher.
From Docker for Windows 18.02 CE Edge and 18.06 CE Stable a standalone Kubernetes server is included that runs on your Windows host, so that you can test deploying your
433
+
From Docker Desktop for Windows 18.02 CE Edge and 18.06 CE Stable a standalone Kubernetes server is included that runs on your Windows host, so that you can test deploying your
434
434
Docker workloads on Kubernetes.
435
435
436
436
The Kubernetes client command, `kubectl`, is included and configured to connect
@@ -443,7 +443,7 @@ to change context so that `kubectl` is pointing to `docker-for-desktop`:
443
443
> kubectl config use-context docker-for-desktop
444
444
```
445
445
446
-
You can also change it through the Docker for Windows menu:
446
+
You can also change it through the Docker Desktop for Windows menu:
@@ -467,7 +467,7 @@ experience conflicts, remove it.
467
467
The Kubernetes containers are stopped and removed, and the
468
468
`/usr/local/bin/kubectl` command is removed.
469
469
470
-
For more about using the Kubernetes integration with Docker for Windows,
470
+
For more about using the Kubernetes integration with Docker Desktop for Windows,
471
471
see [Deploy on Kubernetes](kubernetes.md).
472
472
473
473
### Reset
@@ -485,15 +485,15 @@ On the Reset tab, you can restart Docker or reset its configuration.
485
485
486
486
Visit our [Logs and Troubleshooting](troubleshoot.md) guide for more details.
487
487
488
-
Log on to our [Docker for Windows forum](https://forums.docker.com/c/docker-for-windows) to get help from the community, review current user topics, or join a discussion.
488
+
Log on to our [Docker Desktop for Windows forum](https://forums.docker.com/c/docker-for-windows) to get help from the community, review current user topics, or join a discussion.
489
489
490
-
Log on to [Docker for Windows issues on GitHub](https://github.com/docker/for-win/issues) to report bugs or problems and review community reported issues.
490
+
Log on to [Docker Desktop for Windows issues on GitHub](https://github.com/docker/for-win/issues) to report bugs or problems and review community reported issues.
491
491
492
492
To give feedback on the documentation or update it yourself, use the Feedback options at the bottom of each docs page.
493
493
494
494
## Switch between Windows and Linux containers
495
495
496
-
From the Docker for Windows menu, you can toggle which daemon (Linux or Windows)
496
+
From the Docker Desktop for Windows menu, you can toggle which daemon (Linux or Windows)
497
497
the Docker CLI talks to. Select **Switch to Windows containers** to use Windows
498
498
containers, or select **Switch to Linux containers** to use Linux containers
499
499
(the default).
@@ -543,7 +543,7 @@ in the FAQs.
543
543
544
544
## Docker Hub
545
545
546
-
Select **Sign in /Create Docker ID** from the Docker for Windows menu to access your [Docker Hub](https://hub.docker.com/){: target="_blank" clas="_" } account. Once logged in, you can access your Docker Hub repositories directly from the Docker for Windows menu.
546
+
Select **Sign in /Create Docker ID** from the Docker Desktop for Windows menu to access your [Docker Hub](https://hub.docker.com/){: target="_blank" clas="_" } account. Once logged in, you can access your Docker Hub repositories directly from the Docker Desktop for Windows menu.
547
547
548
548
See these [Docker Hub topics](/docker-hub/index.md){: target="_blank" class="_" } to learn more:
0 commit comments