Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Ensure that start() in StartAndAttach() is locked | Matthew Heon | 2019-05-14 |
| | | | | | | | | | | | | | StartAndAttach() runs start() in a goroutine, which can allow it to fire after the caller returns - and thus, after the defer to unlock the container lock has fired. The start() call _must_ occur while the container is locked, or else state inconsistencies may occur. Fixes #3114 Signed-off-by: Matthew Heon <matthew.heon@pm.me> | ||
* | Add darwin support for remote-client | baude | 2019-01-11 |
Add the ability to cross-compile podman remote for OSX. Also, add image exists and tag to remote-client. Signed-off-by: baude <bbaude@redhat.com> |