I did a CTRL + F for “docker” and “container” and surprisingly didn’t see any hits in the first page of comments.
I’ve found it’s a lot easier to just make a single docker image of my favorite OS, load it with my dotfiles, vim plugins, etc. and then pull it down wherever I am.
Of course, this means you need Docker running on the machine. I’ve hit a couple of snags with credentials and key files, but I just end up mounting them as a volume or environment variable.
I followed this guide I found on HN, and it’s worked incredibly well.
I’ve found it’s a lot easier to just make a single docker image of my favorite OS, load it with my dotfiles, vim plugins, etc. and then pull it down wherever I am.
Of course, this means you need Docker running on the machine. I’ve hit a couple of snags with credentials and key files, but I just end up mounting them as a volume or environment variable.
I followed this guide I found on HN, and it’s worked incredibly well.
https://news.ycombinator.com/item?id=26669474