.. | ||
nginx | ||
.gitignore | ||
Makefile | ||
README.md |
rkt images
This repository contains recipes for various ACI images that can be used with rkt.
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.