Daniel Nephin
Daniel Nephin
Instead of using the container name prefix, labels could be used to identify containers which can be stopped. Labels could also be used to set an "expected lifetime" policy, and...
Graph #!8TG. Chrome 27.0.1453.65 beta (linux). I am connecting over a VPN, so it may be related to a slow network. I get a couple dozen of these: ``` Uncaught...
Hello, I'm following up on https://github.com/docker/cli/issues/267 opened by @ebd2. You may be interested in [dobi](https://dnephin.github.io/dobi/) a project I've been working on to automate docker build tasks. There's an example of...
#### Feature Description Currently the [cloud auto-join](https://www.consul.io/docs/install/cloud-auto-join) feature allows a user to query a cloud provider API using [go-discover](https://github.com/hashicorp/go-discover) to discover nodes that are part of a Consul cluster. This...
Buildkit version: v0.12.3 From a Dockerfile with: ``` ADD https://host/file.crt ``` Occasionally we see build failures that look like this: ``` #9 https://host/file.crt #9 ERROR: digest mismatch sha256:b155ec88e83ea2a01ff5a72ff270e3bbcb500ecf09a1ef1da80b47478a563bb1: ``` The...
Fixes #413 I should add a test case for this before merging.
Thanks for the awesome CLI! ### Describe the bug The behaviour of the `--name` (`-n`) flag does not match the documented behaviour. ``` # Download specific artifacts across all runs...