Skip to content

Commit 0239d87

Browse files
Merge pull request #827 from wking/implicit-link-name-shortcut
config-linux: Use the implicit link name shortcut
2 parents b1ccc59 + 7cef0f8 commit 0239d87

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

config-linux.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ The following filesystems SHOULD be made available in each container's filesyste
1212

1313
| Path | Type |
1414
| -------- | ------ |
15-
| /proc | [procfs][procfs] |
16-
| /sys | [sysfs][sysfs] |
17-
| /dev/pts | [devpts][devpts] |
18-
| /dev/shm | [tmpfs][tmpfs] |
15+
| /proc | [procfs][] |
16+
| /sys | [sysfs][] |
17+
| /dev/pts | [devpts][] |
18+
| /dev/shm | [tmpfs][] |
1919

2020
## <a name="configLinuxNamespaces" />Namespaces
2121

@@ -495,7 +495,7 @@ For more information, see the [sysctl(8)][sysctl.8] man page.
495495
Seccomp provides application sandboxing mechanism in the Linux kernel.
496496
Seccomp configuration allows one to configure actions to take for matched syscalls and furthermore also allows matching on values passed as arguments to syscalls.
497497
For more information about Seccomp, see [Seccomp][seccomp] kernel documentation.
498-
The actions, architectures, and operators are strings that match the definitions in seccomp.h from [libseccomp][libseccomp] and are translated to corresponding values.
498+
The actions, architectures, and operators are strings that match the definitions in seccomp.h from [libseccomp][] and are translated to corresponding values.
499499

500500
**`seccomp`** (object, OPTIONAL)
501501

0 commit comments

Comments
 (0)