Docker socket group permissions
I always forget this when trying to run docker as a non-root user, so documenting it for posterity.
If you get an error connecting to the docker daemon as a standard user, such as:
I always forget this when trying to run docker as a non-root user, so documenting it for posterity.
If you get an error connecting to the docker daemon as a standard user, such as:
I was interested in a job description a company posted via Twitter, but I couldn’t view the text and didn’t understand why. This wasn’t the first time this happened so decided to dig into the problem and determine if it was an issue with my environment or the website.
Docker can be used to quickly create and serve many services, one such example is serving RPMs via Yum in an ad hoc manner. Have you ever wanted to create a Yum repository consisting of some RPMs very quickly to be used for testing purposes? I did this week. I could have created the repo and installed a web server on any machine. But what if we had the RPMs and the Yum repository both dynamically hosted on the servers where the Chef cookbooks were being executed? That was my goal for the docker-yumrepo project, enabling the creation of an ad hoc Yum repository.
After upgrading to Fedora 25 yesterday, Vagrant 1.8.5 in the updates repo was unusable with VirtualBox for 2 reasons:
This required two workarounds in my Vagrantfile:
This looks like the following now: