goaci

command module
v0.0.0-...-8ec5a71 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 7, 2015 License: Apache-2.0 Imports: 12 Imported by: 0

README

goaci

goaci is a simple command-line tool to build go projects into ACIs which confirm to the app container specification.

Usage

Use goaci as you would go get:

$ goaci github.com/coreos/etcd
Wrote etcd.aci
$ actool -debug validate etcd.aci
etcd.aci: valid app container image

How it works

goaci creates a temporary directory and uses it as a GOPATH; it then go gets the specified package and compiles it statically. Then it generates a very basic image manifest (using mostly default values, configurables coming soon) and leverages the appc/spec libraries to construct an ACI.

TODO

Lots, check out the top of goaci.go

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL