This seems like something that would be simple, but I spent a long time trying to figure it out. I figured I’d write a blog post about it in case anyone else has a similar desire.
This seems like something that would be simple, but I spent a long time trying to figure it out. I figured I’d write a blog post about it in case anyone else has a similar desire.
I don’t know why, but I’ve always shied away from using docker. This does seem like an area where it would be particularly useful.
I avoided containers for a long time, too. But they truly are game changing.
Is this a server or your pc? Docker is kinda silly if it’s just your pc.
Not at all. It allows you to install and use whole suites of tools and libraries without any pollution of or dependencies on your host system. It also allows you to define the whole setup in a file so it’s trivial to recreate on another machine
So baremetal would not be better?