Restarting the previous discussion at #127, it looks like we may need new entries in the set of provided /dev paths.
In particular, it may be useful to have the runtime provide the following paths:
- /dev/fd/
- /dev/stdin
- /dev/stdout
- /dev/stderr
Rationale for this is:
- OCI makes those mandatory as well
- docker2aci already add them to converted images
- generic ACI images typically don't embed them
- simple things like bash process substitution break without them