mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-17 08:53:26 +00:00
Merge pull request #180 from caoruidong/delete-comment
cli: delete out-of-date comment
This commit is contained in:
commit
bc83bf052d
@ -50,7 +50,6 @@ var cgroupsDirPath string
|
|||||||
var procMountInfo = "/proc/self/mountinfo"
|
var procMountInfo = "/proc/self/mountinfo"
|
||||||
|
|
||||||
// getContainerInfo returns the container status and its pod ID.
|
// getContainerInfo returns the container status and its pod ID.
|
||||||
// It internally expands the container ID from the prefix provided.
|
|
||||||
func getContainerInfo(containerID string) (vc.ContainerStatus, string, error) {
|
func getContainerInfo(containerID string) (vc.ContainerStatus, string, error) {
|
||||||
// container ID MUST be provided.
|
// container ID MUST be provided.
|
||||||
if containerID == "" {
|
if containerID == "" {
|
||||||
|
Loading…
Reference in New Issue
Block a user