1
0
mirror of https://github.com/rancher/os.git synced 2025-09-25 12:47:20 +00:00
Files
os/docker
Ivan Mikushin d98c3dd9b9 prevent nil from being put back to c.Container
`c.Exists()` is an innocent looking function being in fact a mutating operation: `c.Container` may be `nil` before and hold a looked up value after the call.
2015-05-19 13:10:51 +05:00
..
2015-05-18 09:45:48 +05:00