diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-11-19 00:10:41 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-11-19 00:10:41 +0000 |
commit | 39603900af85c3d75112238d02bbc7da23d3930f (patch) | |
tree | 2f3339b2a0af5d0441beedf906932cd8392b4974 /runsc | |
parent | 0e43c0c8fb48ec92a81599b016d35a28e9e0f168 (diff) | |
parent | 7158095d687dd9ede3a3fc8da1f4dfbb2ebc176e (diff) |
Merge release-20201109.0-80-g7158095d6 (automated)
Diffstat (limited to 'runsc')
-rw-r--r-- | runsc/container/container.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runsc/container/container.go b/runsc/container/container.go index f3d990cfc..418a27beb 100644 --- a/runsc/container/container.go +++ b/runsc/container/container.go @@ -80,6 +80,7 @@ func validateID(id string) error { // - It calls 'runsc delete'. runc implementation kills --all SIGKILL once // again just to be sure, waits, and then proceeds with remaining teardown. // +// Container is thread-unsafe. type Container struct { // ID is the container ID. ID string `json:"id"` |