Skip to content

Commit d6b68e8

Browse files
committed
merge branch 'pr-1141'
LGTMs: @mrunalp @cyphar Closes #1141
2 parents ae07822 + 4cfbd25 commit d6b68e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ runc run mycontainerid
107107
If you used the unmodified `runc spec` template this should give you a `sh` session inside the container.
108108

109109
The second way to start a container is using the specs lifecycle operations.
110-
This gives you move power of how the container is created and managed while it is running.
110+
This gives you more power over how the container is created and managed while it is running.
111111
This will also launch the container in the background so you will have to edit the `config.json` to remove the `terminal` setting for the simple examples here.
112112
Your process field in the `config.json` should look like this below with `"terminal": false` and `"args": ["sleep", "5"]`.
113113

0 commit comments

Comments
 (0)