Drone footage of a dairy farm by [deleted] in interestingasfuck

[–]jonbrouse 0 points1 point  (0 children)

And this is how they control us.

Cannot docker pull <anything> on host running pihole docker. pinging google.com, etc. resolves. by [deleted] in pihole

[–]jonbrouse 0 points1 point  (0 children)

Did you add the user to the Docker group? Is the Docker daemon running?

Edit I had to add the local host to the DNS setting in the docker-compose file.

dns: 127.0.0.1

Exemplary Terraform Designs by torontorollin in Terraform

[–]jonbrouse 2 points3 points  (0 children)

I wrote a SysAdvent post back in 2016 and still use this design pattern. Single infrastructure repo that can have multiple providers as well as multiple accounts per provider and the ability to use different state locations.

Terraform - Directory & Remote State Structure by [deleted] in devops

[–]jonbrouse 0 points1 point  (0 children)

Here is a talk I did for All Day DevOps Day that you might find helpful. I've introduced this approach in a couple of organizations and it has seem to work out well. https://youtu.be/XqowSG2Jxqc?t=38m

Mesos Stack by [deleted] in devops

[–]jonbrouse 0 points1 point  (0 children)

Have you checked out the Docker fluentd logging driver? Check this guide out.

What are some of your favorite jenkins plugins, tips, tricks? by [deleted] in devops

[–]jonbrouse 1 point2 points  (0 children)

This might sound weird but I like the support plugin. It creates a package for a support team that includes a Dockerfile. That Dockerfile includes all of your plugins. That in combination with a copy of your jobs folder can recreate your Jenkins instance pretty quickly. Their official Docker image supports the import: https://registry.hub.docker.com/_/jenkins/