Skip to content

Commit 42beac3

Browse files
authored
Trigger release-plz (#29)
1 parent d935e78 commit 42beac3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ for a list of available configuration options and usage tweaks.
108108
* [src/checkers](src/checkers) - All checkers that validate and actively interrogate various aspects of the host machine go here.
109109
* [src/helpers](src/helpers) - Shared bits.
110110

111-
By default, everything runs inside the container, and any system tools or binaries or other bits needed by the checkers can be installed or baked inside the container. For checks that need to jump out and touch the host filesystem or state, we use the [src/helpers/host_executor.rs](src/helpers/host_executor.rs).
111+
By default, everything runs inside the container, and any system tools or binaries or other bits needed by the checkers can be installed or baked inside the container. For checks that need to jump out and touch the host filesystem or state, we use container namespace escape: [src/helpers/host_executor.rs](src/helpers/host_executor.rs).
112112

113113
### Run locally from repo root via Docker
114114

0 commit comments

Comments
 (0)