rkt images ========== This repository contains recipes for various [ACI](https://github.com/appc/spec/blob/master/spec/aci.md) images that can be used with [rkt](https://github.com/coreos/rkt). Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 2.0 Generic License. Building ======== You will need [deb2aci](https://github.com/gdm85/deb2aci) to build these ACI images; you can fetch it automatically into your ``GOPATH`` with: ``` make get-tools ``` To build all images, run: ``` make ``` To build a specific image, for example ``nginx``, run: ``` make -C nginx ``` **DO NOT** run ``make nginx``, it would not build anything. Each image subdirectory comes with a README.md for specific documentation and instructions.