fix comment

pull/8501/head
Medya Gh 2020-06-17 15:17:45 -07:00
parent dacd980fe7
commit 29e01d5dcb
1 changed files with 1 additions and 1 deletions

View File

@ -30,5 +30,5 @@ var ErrCPUCountLimit = FailFastError(errors.New("not enough CPUs is available fo
// ErrExitedAfterCreate is thrown when container is created without error but it exists and it's status is not running.
var ErrExitedAfterCreate = errors.New("container status is not running after creation")
// ErrDaemonInfo is thrown when docker/podman info is not failing or not responding
// ErrDaemonInfo is thrown when docker/podman info is failing or not responding
var ErrDaemonInfo = errors.New("daemon info not responding")