Proof of concept port of the Docker client to OpenBSD.
 
 
 
Go to file
Daniel Nephin f2559aa2e0 Add project files
Signed-off-by: Daniel Nephin <dnephin@docker.com>
2017-04-17 17:49:33 -04:00
cli Import docker/docker/cli 2017-04-17 17:40:59 -04:00
client Import docker/docker/client 2017-04-17 17:41:20 -04:00
cmd/docker Import docker/docker/cmd/docker 2017-04-17 17:44:40 -04:00
LICENSE Add project files 2017-04-17 17:49:33 -04:00
MAINTAINERS Add project files 2017-04-17 17:49:33 -04:00
NOTICE Add project files 2017-04-17 17:49:33 -04:00
README.md Add project files 2017-04-17 17:49:33 -04:00
vendor.conf Add project files 2017-04-17 17:49:33 -04:00

README.md

docker/cli

This repository is the home of the cli used in the Docker CE and Docker EE products.

It's composed of 3 main folders

  • /cli - all the commands code.
  • /client - the API client, used by /cli.
  • /cmd/docker - the entrypoint of the cli, aka the main.

Legal

Brought to you courtesy of our legal counsel. For more context, please see the NOTICE document in this repo.

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

Licensing

docker/cli is licensed under the Apache License, Version 2.0. See LICENSE for the full license text.