Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 508 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 508 Bytes

Getting Started

Installing

Install dependencies

$ npm install

Run

Development

$ npm start

Docker

Bind the docker daemon's socket to the builder so it can run an nbuild container. Note that it needs two volumes: one for the manifests and the built packages. It also needs to be a tty and an access to the internet.

docker run -v /var/run/docker.sock:/var/run/docker.sock -v nbuild_manifests:/app/manifests/ -v nbuild_out:/app/out/ -t tmp/builder