mirror of
https://github.com/containers/podman.git
synced 2025-10-13 09:15:20 +08:00

Docker provides extensibility through a plugin system, of which several types are available. This provides an initial library API for communicating with one type of plugins, volume plugins. Volume plugins allow for an external service to create and manage a volume on Podman's behalf. This does not integrate the plugin system into Libpod or Podman yet; that will come in subsequent pull requests. Signed-off-by: Matthew Heon <mheon@redhat.com>
20 lines
638 B
Plaintext
20 lines
638 B
Plaintext
Docker
|
|
Copyright 2012-2015 Docker, Inc.
|
|
|
|
This product includes software developed at Docker, Inc. (https://www.docker.com).
|
|
|
|
This product contains software (https://github.com/kr/pty) developed
|
|
by Keith Rarick, licensed under the MIT License.
|
|
|
|
The following is courtesy of our legal counsel:
|
|
|
|
|
|
Use and transfer of Docker may be subject to certain restrictions by the
|
|
United States and other governments.
|
|
It is your responsibility to ensure that your use and/or transfer does not
|
|
violate applicable laws.
|
|
|
|
For more information, please see https://www.bis.doc.gov
|
|
|
|
See also https://www.apache.org/dev/crypto.html and/or seek legal counsel.
|