automatically start/upgrade buildkitd
- Automatically start a buildkit daemon if no BUILDKIT_HOST is provided (and if not already started) - Customization of BUILDKIT_HOST is still possible, just like before - Automatically upgrade the managed daemon to the version used by dagger if necessary - Add CI test to make sure the managed buildkit and the vendored buildkit versions match Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
10
README.md
10
README.md
@@ -74,15 +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): `docker run -d --name buildkitd --privileged moby/buildkit:latest`
|
||||
|
||||
On a machine with Docker installed, run:
|
||||
|
||||
```
|
||||
$ docker run -d --name buildkitd --privileged moby/buildkit:latest
|
||||
```
|
||||
|
||||
4. Compute a test configuration
|
||||
3. Compute a test configuration
|
||||
|
||||
Currently `dagger` can only do one thing: compute a configuration with optional inputs, and print the result.
|
||||
|
||||
|
Reference in New Issue
Block a user