Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | healthcheck: support rootless mode | Giuseppe Scrivano | 2019-07-09 |
| | | | | | | | | | | | | | now that dbus authentication works fine from a user namespace (systemd 241 works fine), we can enable rootless healthchecks. It uses "systemd-run --user" for creating the healthcheck timer and communicates with the user instance of systemd listening at $XDG_RUNTIME_DIR/systemd/private. Closes: https://github.com/containers/libpod/issues/3523 Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com> | ||
* | healthcheck benign error | baude | 2019-05-13 |
| | | | | | | | clean up the reporting of a benign error that can occur when a container is first stopped and then removed. Signed-off-by: baude <bbaude@redhat.com> | ||
* | enable podman-remote on windows | baude | 2019-04-30 |
build a podman-remote binary for windows that allows users to use the remote client on windows and interact with podman on linux system. Signed-off-by: baude <bbaude@redhat.com> |