Docs: buildkit install

Signed-off-by: Solomon Hykes <sh.github.6811@hykes.org>
This commit is contained in:
Solomon Hykes 2021-04-02 23:23:11 +00:00
parent 540f373993
commit 1829f3324e

View File

@ -12,3 +12,5 @@ $ make
$ cp ./cmd/dagger/dagger /usr/local/bin
```
3. Make sure your machine is running a buildkit daemon. If you have Docker installed, you're already good to go.
Otherwise, install either [Docker](https://www.docker.com/products/docker-desktop) or [buildkit](https://github.com/moby/buildkit#quick-start).