1
0
mirror of https://github.com/opencontainers/runtime-spec.git synced 2026-02-05 18:45:18 +01:00

9 Commits

Author SHA1 Message Date
Sebastiaan van Stijn
9ceba9f40b update http links to https
Most of these either redirect (so changing saves an extra redirect),
or have a TLS version available.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-11-04 12:28:14 +01:00
W. Trevor King
3aa9eb8b65 runtime-linux: Condition /proc/self/fd symlinks on source existence
Since 279c3c09 (linux: relax filesystem requirements for container,
2017-01-23, #666) it's no longer guaranteed that /proc will exist.
And there doesn't seem to be much point in requiring symlinks which
will be known broken.

This commit also tightens the timing.  Before it was just "after the
container has `/proc` mounted", which could have happened during the
'delete' operation (if the container authors wanted to be especially
ornery).  With this commit, I've put the creation in step 2 of the
lifecycle.  And within step 2, it happens after 'mounts' has been
processed.

Signed-off-by: W. Trevor King <wking@tremily.us>
2017-03-16 15:20:32 -07:00
Jesse Butler
f9dc90b05a make link usage consistent across the specification
Signed-off-by: Jesse Butler <jesse.butler@oracle.com>
2017-03-03 14:43:09 -05:00
Rob Dolin (MSFT)
109c2ec26b [Runtime Linux] Add anchor tags for headings
Signed-off-by: Rob Dolin <robdolin@microsoft.com>
2016-11-30 16:38:46 -08:00
Qiang Huang
2379be75cb Use IO instead of io
For consistency, while all other places use IO.

$ grep -rnIw IO * | wc -l
10

Signed-off-by: Qiang Huang <h.huangqiang@huawei.com>
2016-10-27 16:10:02 +08:00
Qiang Huang
e5be0f8813 Add dev symbolic links in runtime_linux.md
This is adapted from:
https://github.com/opencontainers/runc/blob/master/libcontainer/SPEC.md

Addresses: https://github.com/opencontainers/runc/issues/760

Signed-off-by: Qiang Huang <h.huangqiang@huawei.com>
2016-05-24 15:05:08 +08:00
Qiang Huang
9266b239f7 Use RFC_2119 style for runtime_linux.md
Signed-off-by: Qiang Huang <h.huangqiang@huawei.com>
2016-05-24 14:43:30 +08:00
Vincent Batts
70372d3880 *.md: update TOC and links
Some of the docs were not even linked to, and did not have a logic
outline for their grouping.

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2015-09-25 11:47:16 -04:00
Mrunal Patel
bd792ea559 Add fd section for linux container process
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
2015-08-29 08:33:46 -07:00