Jul 22, 2022
As much as I love docker, I would say that is a terrible solution. Especially for Julia as Docker contains no functionality for managing Julia package dependencies. It is also a very heavy weight solution which sandbox a lot more than you actually want to sandbox. By using docker you have made your ability to run any code for plotting and visualization infinitely harder.