Get started

Installation

There are only two dependencies for subZero: Docker and Node.js (and you probably already have them installed)

Install Docker and Docker Compose

Launch Docker. You can check that it’s running correctly with:

docker run --rm busybox true

Install Node.js

Use the pre-built installer for your platform. Check that it's correctly installed with:

node -v
Previous
Overview