From 38967d0e8e6f906bdb3991d36a02bd3ff192d6a3 Mon Sep 17 00:00:00 2001 From: Solomon Hykes Date: Tue, 2 Feb 2021 07:51:55 +0000 Subject: [PATCH] README: command to create a buildkitd Signed-off-by: Solomon Hykes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f8aa5cc..6aeb7805 100644 --- a/README.md +++ b/README.md @@ -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: