team-gogut / yamp-arm

YAMP ARM Edition
GNU General Public License v3.0
1 stars 2 forks source link

YAMP ARM Edition

Travis Build Status Shippable Build Status Docker Repository on Quay

YAMP ARM Edition enables to build the ARM 64-bit container images, push those to a container repository, then run the containers by pulling from the repository.

Quick start for a development

Install docker and make, then run

$ make qemu
$ make login

See docs/development.md for detail.