9 ms·
Something I'm working on on the side is a way to run my sandbox in a Docker container inside a Linux desktop environment without any VM at all. If I can get th
by implicit 10y ago
Something I'm working on on the side is a way to run my sandbox in a Docker container inside a Linux desktop environment without any VM at all.
If I can get this working, my source code will just be a bind mount that's accessable on both sides of the barrier.
The last major hitch I need to sort out is that our MySQL configuration is massively slower when run inside a Docker container. I haven't figured out why yet.