Little bitty containers that are more-or-less just Dockerbuilds with some config files strapped on
Go to file
Salt b90b9372de Add PiHole container with custom DNS
Not adding an entire volume for something that should be in change control, tyvm
2021-02-20 11:11:30 -06:00
dns-pihole Add PiHole container with custom DNS 2021-02-20 11:11:30 -06:00
frontend-proxy-picluster Update for a Jellyfin deployment 2021-02-20 10:17:39 -06:00
.gitignore Create gitignore 2021-02-20 09:33:15 -06:00
README.md Dockerfiles 2021-02-20 09:44:13 -06:00

gluecontainers

Dockerfiles and related files to set up existing container images the way I want them.

How Build?

Use a Docker BuildKit setup, like so:

docker buildx create --use --name builder1
docker buildx inspect --bootstrap
docker buildx install

Then build the container in question with multiple architectures:

docker build --platform linux/arm,linux/arm64,linux/amd64 .

Optionally using something like -t rehashedsalt/project:latest --push to push up straight to master on Dockerhub.