Merge pull request #94 from blocklayerhq/readme-buildkit

README: command to create a buildkitd
This commit is contained in:
Andrea Luzzardi 2021-02-02 14:22:07 -08:00 committed by GitHub
commit f8a7722261
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,7 +74,7 @@ $ make
$ cp ./cmd/dagger/dagger /usr/local/bin
```
3. Run [buildkitd](https://github.com/moby/buildkit) on your local machine. The simplest way to do this is using [Docker](https://docker.com).
3. Run [buildkitd](https://github.com/moby/buildkit) on your local machine. The simplest way to do this is using [Docker](https://docker.com): `docker run -d --name buildkitd --privileged moby/buildkit:latest`
On a machine with Docker installed, run: