Restarting the previous discussion at https://github.com/appc/spec/issues/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: 1. OCI [makes those mandatory](https://github.com/opencontainers/runtime-spec/blob/master/runtime-linux.md) as well 2. docker2aci already [add them](https://github.com/appc/docker2aci/blob/master/lib/internal/internal.go#L705:L711) to converted images 3. generic ACI images typically don't embed them 4. simple things like bash process substitution break without them
Restarting the previous discussion at #127, it looks like we may need new entries in the set of provided
/devpaths.In particular, it may be useful to have the runtime provide the following paths:
Rationale for this is: