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
### Install the app directly from Docker Hub or DTR
397
+
### Install the app directly from Docker Hub
418
398
419
399
Now that the app is pushed to the registry, try an `inspect` and `install` command against it.
420
400
The location of your app is different from the one provided in the examples.
@@ -433,7 +413,7 @@ hello.port 8080
433
413
hello.text Hello world!
434
414
```
435
415
436
-
This action was performed directly against the app in the registry. Note that for DTR, the application will be prefixed with the Fully Qualified Domain Name (FQDN) of your trusted registry.
416
+
This action was performed directly against the app in the registry.
437
417
438
418
Now install it as a native Docker App by referencing the app in the registry, with a different port.
Copy file name to clipboardExpand all lines: docker-for-windows/index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ toc_max: 2
17
17
18
18
Welcome to Docker Desktop!
19
19
20
-
The _Docker Desktop for Windows_ section contains information about the Docker Desktop Community Stable release. For information about features available in Edge releases, see the [Edge release notes](edge-release-notes/). For information about Docker Desktop Enterprise (DDE) releases, see [Docker Desktop Enterprise](/desktop/enterprise/).
20
+
The _Docker Desktop for Windows_ section contains information about the Docker Desktop Community Stable release. For information about features available in Edge releases, see the [Edge release notes](edge-release-notes.md). For information about Docker Desktop Enterprise (DDE) releases, see [Docker Desktop Enterprise](/desktop/enterprise/).
21
21
22
22
Docker is a full development platform to build, run, and share containerized applications. Docker Desktop is the best way to get started with Docker _on Windows_.
23
23
@@ -547,7 +547,7 @@ Docker Desktop creates a certificate bundle of all user-trusted CAs based on
547
547
the Windows certificate store, and appends it to Moby trusted certificates. Therefore, if an enterprise SSL certificate is trusted by the user on the host, it is trusted by Docker Desktop.
548
548
549
549
To learn more about how to install a CA root certificate for the registry, see
550
-
[Verify repository client with certificates](/engine/security/certificates)
550
+
[Verify repository client with certificates](../engine/security/certificates.md)
Copy file name to clipboardExpand all lines: engine/context/working-with-contexts.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -210,8 +210,6 @@ You can verify that the context was imported with `docker context ls`.
210
210
211
211
The format of the import command is `docker context import <context-name> <context-file>`.
212
212
213
-
> **Note**: You can import the client bundle `.zip` file generated from UCP and run a command to set your context to UCP. For example, `docker context import ctx-name ucp-bundle.zip`.
214
-
215
213
Now, let's look at exporting just the Kubernetes parts of a context.
Copy file name to clipboardExpand all lines: engine/install/linux-postinstall.md
-7Lines changed: 0 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -142,13 +142,6 @@ Docker provides the [capability](../../config/containers/logging/index.md) to co
142
142
143
143
By default, the Docker daemon listens for connections on a UNIX socket to accept requests from local clients. It is possible to allow Docker to accept requests from remote hosts by configuring it to listen on an IP address and port as well as the UNIX socket. For more detailed information on this configuration option take a look at "Bind Docker to another host/port or a unix socket" section of the [Docker CLI Reference](https://docs.docker.com/engine/reference/commandline/dockerd/) article.
144
144
145
-
> Docker EE customers
146
-
>
147
-
> Docker EE customers can get remote CLI access to UCP with the UCP client bundle.
148
-
> A UCP Client Bundle is generated by UCP and secured by mutual TLS. See the document on
149
-
> [CLI access for UCP](https://docs.docker.com/ee/ucp/user-access/cli/) for more
150
-
> information.
151
-
152
145
> Secure your connection
153
146
>
154
147
> Before configuring Docker to accept connections from remote hosts it is critically important that you
0 commit comments