tenku/rkt
2015-09-26 10:04:20 +02:00
..
nginx Imported rkt-images into tenku 2015-09-26 10:04:20 +02:00
.gitignore Imported rkt-images into tenku 2015-09-26 10:04:20 +02:00
Makefile Imported rkt-images into tenku 2015-09-26 10:04:20 +02:00
README.md Imported rkt-images into tenku 2015-09-26 10:04:20 +02:00

rkt images

This repository contains recipes for various ACI images that can be used with rkt.

Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 2.0 Generic License.

Building

You will need 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.