Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joeabbey/diver
Dive into the Docker EE APIs
https://github.com/joeabbey/diver
apis cli docker docker-registry docker-store helm ucp
Last synced: about 1 month ago
JSON representation
Dive into the Docker EE APIs
- Host: GitHub
- URL: https://github.com/joeabbey/diver
- Owner: joeabbey
- License: apache-2.0
- Created: 2018-04-16T14:02:24.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-14T16:09:23.000Z (almost 6 years ago)
- Last Synced: 2024-06-20T00:36:08.881Z (7 months ago)
- Topics: apis, cli, docker, docker-registry, docker-store, helm, ucp
- Language: Go
- Homepage:
- Size: 9.53 MB
- Stars: 35
- Watchers: 6
- Forks: 5
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Diver
This is a `cli` tool to interact with the APIs of the Docker Enterprise Edition products enabling an end user to manage:
- Docker Universal Control Plane
- Docker Trusted Registry
- Docker Store## Downloading
Pre-built `diver` binaries are available on the releases page [https://github.com/joeabbey/diver/releases](https://github.com/joeabbey/diver/releases)
## Building
**QUICK USAGE** From your local machine `go get github.com/joeabbey/diver` however you may need to retrieve any dependancies or tooling.
**Alternatively (or for dev work)**
Clone the repository and build with `make build`, the `make docker` will a build a local `scratch `container that only has the binary.Alternatively you can manually compile `diver` through the use of `go build`.
## Documentation
All documentation is being migrated from the repository readme to the `/docs` folder.
## Debugging Issues
When errors are reported turn up the `--logLevel` to 5, which enables debugging output.