Invoking machine with Docker works great but I ran into a few errors when developing inside the container. I think this is due to some errors in the logging system related to too-cute new symlink additions to /proc.
This PR does not represent complete comprehension of the issue but mostly just me trying to make the relevant codepaths avoid the problem (I think the new additions to /proc are not of interest to us). I think this is probably justified but welcome feedback or suggestions that I be less lazy.
Invoking
machine
with Docker works great but I ran into a few errors when developing inside the container. I think this is due to some errors in the logging system related to too-cute new symlink additions to/proc
.This PR does not represent complete comprehension of the issue but mostly just me trying to make the relevant codepaths avoid the problem (I think the new additions to
/proc
are not of interest to us). I think this is probably justified but welcome feedback or suggestions that I be less lazy.cc @migurski