Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libcontainer/SPEC.md: fix /dev/stdio symlinks #337

Merged
merged 1 commit into from
Oct 23, 2015

Conversation

alban
Copy link
Contributor

@alban alban commented Oct 16, 2015

The spec uses symlinks to "/proc/1/..." but the implementation uses
"/proc/self/...": see setupDevSymlinks (libcontainer/rootfs_linux.go).

The implementation is more correct, so I'm changing the spec to match
the implementation.

@mrunalp
Copy link
Contributor

mrunalp commented Oct 16, 2015

@alban Thanks for the PR! Could you sign your commit?

The spec uses symlinks to "/proc/1/..." but the implementation uses
"/proc/self/...": see setupDevSymlinks (libcontainer/rootfs_linux.go).

The implementation is more correct, so I'm changing the spec to match
the implementation.

Signed-off-by: Alban Crequy <alban.crequy@coreos.com>
@alban
Copy link
Contributor Author

alban commented Oct 21, 2015

@mrunalp sorry for the delay! I updated the commit.

@crosbymichael
Copy link
Member

LGTM

1 similar comment
@mrunalp
Copy link
Contributor

mrunalp commented Oct 23, 2015

LGTM

mrunalp pushed a commit that referenced this pull request Oct 23, 2015
libcontainer/SPEC.md: fix /dev/stdio symlinks
@mrunalp mrunalp merged commit b741e3d into opencontainers:master Oct 23, 2015
stefanberger pushed a commit to stefanberger/runc that referenced this pull request Sep 8, 2017
ReadMe: Update content to match print order
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants