An 'authoritarian' company, that has to follow labor, trade, civil laws made by the actual government. That I can 'emigrate' from whenever I want without having to learn a new language...
a turns ijkl into arrow keys (like wsad, but I have a left handed mouse)
k + j = copy, k + l = paste
and so on for symbols, brackets, etc.
The goal is to move from the home row as little as possible. I attempted to gather statistics on most used keys when programming at work, which was mildly successful.
I think most containers also run "bare metal", they just are more isolated as far as process/memory/fs, etc.
Having worked with and without Docker for various web apps, it removes some dependency management and server setup at the cost of another layer (or two...) of complexity. It's not always worth it to go to containers.
Docker seems to make the most sense in cloud environments that scale horizontally.