1
0
mirror of https://github.com/containers/youki synced 2024-11-23 01:11:58 +01:00

fix a typo

This commit is contained in:
yukang 2021-11-07 15:40:47 +08:00
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