Brad King

Results 13 issues of Brad King

**What did you do?** Using Docker Compose, I have two containers, summarized here: ```yaml - container_name: mysql hostname: mysql image: mysql:5 networks: private: {} - container_name: exporter__mysql depends_on: - mysql...

kind/bug
component/service discovery
priority/P3

#### Summary Tagging links is useful for tracking certain aspects of the Shlink ecosystem. The drawback is that these tags must be manually applied to any generated link. What are...

feature
🥇 gold

The code block to download the licensed Nvidia driver: https://github.com/badjware/aws-cloud-gaming/blob/225372657bf220ab9703917e24a1dcd2dd6cc850/templates/user_data.tpl#L87-L100 Assumes that the file in the S3 bucket is a zip file. It's not. It's an _executable_ that unzips. This...

The `http` Provider is a more native way of discovering the local (WAN) IP address. This removes the implicit dependency on `curl`. Fixes #9

It appears that `docker-gen` creates a new temporary file that is then moved to `[dest]`, based at least on differing inodes. Consider the following REPL: ```shell $ docker run -it...

#573 added an `ENTRYPOINT` which invokes [`command`](https://www.gnu.org/software/bash/manual/html_node/Bash-Builtins.html#index-command): https://github.com/nginx-proxy/docker-gen/blob/17143027f107b12d94d9d3530941cd0448e34acc/app/docker-entrypoint.sh#L6 Based on the comments I could follow in the PR(s), it seems like the purpose was to distinguish between executable and non-executable...

### Terraform Version ```shell $ terraform version Terraform v1.9.2 on darwin_arm64 ``` ### Terraform Configuration Files ```terraform resource "terraform_data" "new_root" { count = 1 } resource "terraform_data" "old_root" { count...

enhancement
core

Addresses https://github.com/kreuzwerker/terraform-provider-docker/issues/642 by adding a new data source -- `docker_containers` -- for listing containers. Right now, the data source has no schema beyond what is computed. The primary attribute, `containers`,...