Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
I have launched a task using the mesos containerizer with a docker image as the rootfs. However, inside the environment the bash invocation I'm using fails with an error about /dev/fd/63.
When I nsenter the container, I can see that the /dev/fd entry (should be a link to /proc/self/fd) is not present, which apparently prevents bash from doing subshell redirection.