docs/docker-for-mac/opensource.md

25 lines
985 B
Markdown

---
description: Docker's use of Open Source
keywords:
- docker, opensource
menu:
main:
identifier: opensource-mac
parent: pinata_mac_menu
weight: "9"
title: Open Source Licensing
---
# Open Source Components and Licensing
Docker Desktop Editions are built using open source software. For
details on the licensing, choose <img src="../images/whale-x.png"> -->
**About Docker** from within the application, then click
**Acknowledgements**.
Docker Desktop Editions distribute some components that are licensed under the GNU General Public License. You can download the source for these components [here](https://download.docker.com/opensource/License.tar.gz).
The sources for `qemu-img` can be obtained [here](http://wiki.qemu-project.org/download/qemu-2.4.1.tar.bz2).
The sources for the `gettext` and `glib` libraries that `qemu-img` requires were obtained from [Homebrew](https://brew.sh) and may be retrieved using `brew install --build-from-source gettext glib`.