Skip to content
This repository was archived by the owner on Sep 22, 2020. It is now read-only.

Latest commit

 

History

History
29 lines (20 loc) · 387 Bytes

File metadata and controls

29 lines (20 loc) · 387 Bytes

CoreOS backend administrative tools.

Build Status

Building

go build

Running and Getting Help

./core-admin

Hacking

$ mkdir core-admin
$ cd core-admin
$ export GOPATH=`pwd`

rebuild ./bin/core-admin

$ go install github.com/coreos/core-admin/...