All Projects → joeabbey → diver

joeabbey / diver

Licence: Apache-2.0 License
Dive into the Docker EE APIs

Programming Languages

go
31211 projects - #10 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to diver

metalnetes
Create and manage multiple Kubernetes clusters using KVM on a bare metal Fedora 29 server. Includes helm + rook-ceph + nginx ingress + the stock analysis engine (jupyter + redis cluster + minio + automated cron jobs for data collection) - works on Kubernetes version v1.16.0 - 1.16.3 was not working
Stars: ✭ 37 (+5.71%)
Mutual labels:  helm, docker-registry
moadsd-ng
The MOADSD-NG project does provide a simple way to setup a hybrid cloud security demo, playground and learning environment within the clouds.
Stars: ✭ 13 (-62.86%)
Mutual labels:  helm, docker-registry
bitparrot
An app I created so developers can track the info they need: now includes Twitter API feeds and Machine Learning, Python, and Ruby on Rails sections.
Stars: ✭ 22 (-37.14%)
Mutual labels:  apis
asymmetric
Ridiculously fast and easy module-to-API transformations. Learn in minutes, implement in seconds. Batteries included.
Stars: ✭ 35 (+0%)
Mutual labels:  apis
dockerX
Examples of amazing Docker/Docker-Compose/Docker Swarm technologies
Stars: ✭ 17 (-51.43%)
Mutual labels:  docker-registry
helm-starter-istio
An Istio starter template for Helm
Stars: ✭ 69 (+97.14%)
Mutual labels:  helm
helm-namespace
Namespace auto-creation for Helm 3
Stars: ✭ 29 (-17.14%)
Mutual labels:  helm
fastapi-mvc
Developer productivity tool for making high-quality FastAPI production-ready APIs.
Stars: ✭ 131 (+274.29%)
Mutual labels:  helm
WebRTC-Python-Open-Source-Application-for-1-to-1-video-chat
This Sample Python Application demonstrates the use of EnableX Platform Server APIs and JavaScript Toolkit to develop basic one to one video chat application. It allows developers to ramp up on app development by hosting on their own devices.
Stars: ✭ 12 (-65.71%)
Mutual labels:  apis
helm-local
Helm plugin to run Tiller as a local daemon
Stars: ✭ 22 (-37.14%)
Mutual labels:  helm
ucp
UCP protocol in Go
Stars: ✭ 40 (+14.29%)
Mutual labels:  ucp
k3s-gitops
GitOps principles to define kubernetes cluster state via code
Stars: ✭ 103 (+194.29%)
Mutual labels:  helm
fake-survey-generator
A slightly more-than-trivial full-stack application built with DDD & CQRS concepts
Stars: ✭ 49 (+40%)
Mutual labels:  helm
kube-karp
☸ Add a floating virtual IP to Kubernetes cluster nodes for load balancing easily.
Stars: ✭ 104 (+197.14%)
Mutual labels:  helm
charts
☸️ Helm Charts for YOURLS
Stars: ✭ 12 (-65.71%)
Mutual labels:  helm
les
Go directly from an event storming to a working API: Event Markdown / Markup validation & NodeJS CQRS/ES application builder.
Stars: ✭ 48 (+37.14%)
Mutual labels:  apis
cleanreg
A small tool to clean up Docker Registries (v2).
Stars: ✭ 48 (+37.14%)
Mutual labels:  docker-registry
charts
ChartMuseum Project Helm Charts
Stars: ✭ 38 (+8.57%)
Mutual labels:  helm
aks-multi-tenant-agic
This sample shows how to use the Application Gateway Ingress Controller in a multi-tenant AKS cluster to expose multiple instances of the same application, one for each tenant.
Stars: ✭ 27 (-22.86%)
Mutual labels:  helm
pulsar-helm-chart
Official Apache Pulsar Helm Chart
Stars: ✭ 122 (+248.57%)
Mutual labels:  helm

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

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].