mirror of https://github.com/docker/docs.git
11 lines
726 B
Markdown
11 lines
726 B
Markdown
---
|
|
description: Docker's use of Open Source
|
|
keywords: docker, opensource
|
|
title: Open source components and licensing
|
|
---
|
|
|
|
Docker for AWS and Azure Editions are built using open source software.
|
|
|
|
Docker for AWS and Azure 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`. |