You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gdm85 f5ddf1062e Imported rkt-images into tenku 9 years ago
..
nginx Imported rkt-images into tenku 9 years ago
.gitignore Imported rkt-images into tenku 9 years ago
Makefile Imported rkt-images into tenku 9 years ago
README.md Imported rkt-images into tenku 9 years ago

README.md

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.