mirror of
https://github.com/containers/youki
synced 2024-11-23 01:11:58 +01:00
fix a typo
This commit is contained in:
parent
a7cc0067a7
commit
79a34a500b
@ -54,7 +54,7 @@ D ->> U : exit $code
|
||||
|
||||
On invoking Youki, main function parses args passed to it, which contains directory path to store container state (check runc . 8 . md in [runc man pages]), optional log path and log format string and a subcommand such as create, delete etc.
|
||||
|
||||
From there it matches subcommand arg with possible subcommand and takes appropriate actions, such as creating a new container, deleting a container erc.
|
||||
From there it matches subcommand arg with possible subcommand and takes appropriate actions, such as creating a new container, deleting a container, etc.
|
||||
|
||||
### create container
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user