mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
libcontainer: Fix Running Comment
Signed-off-by: Bhanu Valasa <valasabk@yahoo.com>
This commit is contained in:
@@ -18,7 +18,7 @@ const (
|
||||
// Created is the status that denotes the container exists but has not been run yet
|
||||
Created Status = iota
|
||||
|
||||
// Created is the status that denotes the container exists and is running.
|
||||
// Running is the status that denotes the container exists and is running.
|
||||
Running
|
||||
|
||||
// Pausing is the status that denotes the container exists, it is in the process of being paused.
|
||||
|
||||
Reference in New Issue
Block a user