mirror of https://github.com/docker/docs.git
Add link to OS licensing
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
This commit is contained in:
parent
a686f07d45
commit
88d21f54cd
|
@ -6,6 +6,8 @@ toc_min: 1
|
|||
toc_max: 2
|
||||
redirect_from:
|
||||
- /desktop/opensource/
|
||||
- /docker-for-mac/opensource/
|
||||
- /docker-for-windows/opensource/
|
||||
---
|
||||
|
||||
Docker Desktop is an easy-to-install application for your Mac or Windows environment that enables you to build and share containerized applications and microservices. Docker Desktop includes [Docker Engine](../engine/), Docker CLI client, [Docker Compose](../compose/), [Docker Content Trust](../engine/security/trust.md), [Kubernetes](https://github.com/kubernetes/kubernetes/), and [Credential Helper](https://github.com/docker/docker-credential-helpers/).
|
||||
|
@ -31,6 +33,8 @@ Docker Desktop is available for Mac and Windows. For download information, syste
|
|||
* [Install Docker Desktop on Mac](mac/install.md)
|
||||
* [Install Docker Desktop on Windows](windows/install.md)
|
||||
|
||||
For information about Docker Desktop licensing, see [Docker Desktop License Agreement](../subscription/index.md#docker-desktop-license-agreement).
|
||||
|
||||
## Configure Docker Desktop
|
||||
|
||||
To learn about the various UI options and their usage, see:
|
||||
|
|
|
@ -75,8 +75,11 @@ Docker Desktop is licensed under the Docker Subscription Service Agreement. When
|
|||
- The existing Docker Free subscription has been renamed **Docker Personal** and we have introduced a Docker Business subscription .
|
||||
- The Docker Pro, Team, and Business subscriptions include commercial use of Docker Desktop.
|
||||
|
||||
Docker Desktop is built using open-source software. For information about the licensing of open-source components in Docker Desktop, Select {: .inline} > **About Docker Desktop** > **Acknowledgements**.
|
||||
|
||||
> **Note**
|
||||
>
|
||||
> The licensing and distribution terms for Docker and Moby **open-source** projects, such as Docker Engine, are not changing.
|
||||
|
||||
Docker Desktop is built using open-source software. For information about the licensing of open-source components in Docker Desktop, Select {: .inline} > **About Docker Desktop** > **Acknowledgements**.
|
||||
|
||||
Docker Desktop distributes some components that are licensed under the
|
||||
GNU General Public License. Click [here](https://download.docker.com/opensource/License.tar.gz) to download the source for these components.
|
||||
|
|
Loading…
Reference in New Issue