Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/brendandburns/cri-base

A simple base application for implementing Kubernetes Container Runtime Interface Servers
https://github.com/brendandburns/cri-base

Last synced: about 2 months ago
JSON representation

A simple base application for implementing Kubernetes Container Runtime Interface Servers

Awesome Lists containing this project

README

        

# cri-base
A simple base application for implementing Kubernetes Container Runtime Interface Servers

# Building
`go build cmd/criserver.go`

# Running
`criserver --alsologtostderr`

# Testing
```sh
go build cmd/client.go
./client
```