| Commit message (Expand) | Author | Age |
* | Merge pull request #1103 from haircommander/load_dockerless | Matthew Heon | 2018-07-20 |
|\ |
|
| * | Podman load/tag/save prepend localhost when no repository is present | haircommander | 2018-07-20 |
* | | Merge pull request #1104 from rhatdan/mounting | Matthew Heon | 2018-07-20 |
|\ \ |
|
| * | | Let containers/storage keep track of mounts | Daniel J Walsh | 2018-07-19 |
* | | | pull: get registries using the registries pkg | Giuseppe Scrivano | 2018-07-20 |
| |/
|/| |
|
* | | podman-top: use containers/psgo | Valentin Rothberg | 2018-07-19 |
|/ |
|
* | Vendor in latest code for storage,image, buildah | Daniel J Walsh | 2018-07-19 |
* | Abort a test on nil containers, so that future tests don't panic | Miloslav Trmač | 2018-07-19 |
* | Fix TestPostDeleteHooks on macOS | Miloslav Trmač | 2018-07-19 |
* | Use `...` for a regexp constant to improve readability | Miloslav Trmač | 2018-07-19 |
* | oci: keep exposed ports busy and leak the fd into conmon | Giuseppe Scrivano | 2018-07-19 |
* | Record whether the container has exited | Matthew Heon | 2018-07-13 |
* | Merge pull request #1075 from giuseppe/rootless-no-symlinks-into-storage-path | Daniel J Walsh | 2018-07-13 |
|\ |
|
| * | runtime: delete unused function | Giuseppe Scrivano | 2018-07-11 |
| * | rootless: propagate errors from GetRootlessRuntimeDir() | Giuseppe Scrivano | 2018-07-11 |
* | | Merge pull request #1065 from haircommander/pod-start-create-rm | Daniel J Walsh | 2018-07-13 |
|\ \ |
|
| * | | Added full podman pod ps, with tests and man page | haircommander | 2018-07-13 |
| * | | Podman pod create/rm commands with man page and tests. | haircommander | 2018-07-13 |
* | | | fix pull image that includes a sha | baude | 2018-07-13 |
|/ / |
|
* | | Added created time to pod state | haircommander | 2018-07-12 |
* | | Support multiple networks | baude | 2018-07-12 |
* | | podman rmi should only untag image if parent of another | umohnani8 | 2018-07-12 |
|/ |
|
* | Allow Init() on stopped containers | Matthew Heon | 2018-07-09 |
* | Add --volumes-from flag to podman run and create | umohnani8 | 2018-07-09 |
* | pkg/ctime: Factor libpod/finished* into a separate package | W. Trevor King | 2018-07-06 |
* | remove buildah requirement for the libpod image library | baude | 2018-07-06 |
* | Remove now-unneeded cleanupCgroup() for unsupported OS | Matthew Heon | 2018-07-06 |
* | Remove per-container CGroup parents | Matthew Heon | 2018-07-06 |
* | libpod/runtime_pod: Make removePod per-platform | W. Trevor King | 2018-07-06 |
* | libpod/networking_unsupported: Remove JoinNetworkNameSpace | W. Trevor King | 2018-07-06 |
* | more changes to compile darwin | baude | 2018-07-05 |
* | rootless: add /run/user/$UID to the lookup paths | Giuseppe Scrivano | 2018-07-05 |
* | rootless: always set XDG_RUNTIME_DIR | Giuseppe Scrivano | 2018-07-05 |
* | rootless: set XDG_RUNTIME_DIR also for state and exec | Giuseppe Scrivano | 2018-07-05 |
* | libpod/container: Replace containerState* with containerPlatformState | W. Trevor King | 2018-07-05 |
* | add image user to inspect data | baude | 2018-07-02 |
* | changes to allow for darwin compilation | baude | 2018-06-29 |
* | Fix built-in volume issue with podman run/create | umohnani8 | 2018-06-29 |
* | Add `podman container cleanup` to CLI | Daniel J Walsh | 2018-06-29 |
* | Returning joining namespace error should not be fatal | Daniel J Walsh | 2018-06-29 |
* | conmon no longer writes to syslog | Daniel J Walsh | 2018-06-29 |
* | *: Replace Generator.Spec() with Generator.Config | W. Trevor King | 2018-06-27 |
* | generator.New() requires an OS string input variable | baude | 2018-06-27 |
* | rootless: use $HOME/.config/containers/libpod.conf | Giuseppe Scrivano | 2018-06-27 |
* | rootless: do not configure additional groups | Giuseppe Scrivano | 2018-06-27 |
* | oci: set XDG_RUNTIME_DIR to the runtime from GetRootlessRuntimeDir() | Giuseppe Scrivano | 2018-06-27 |
* | rootless: add management for the userNS | Giuseppe Scrivano | 2018-06-27 |
* | container_internal: don't ignore error from cleanupNetwork() | Giuseppe Scrivano | 2018-06-27 |
* | Mark containers invalid earlier during removal | Matthew Heon | 2018-06-27 |
* | Make CGroups cleanup optional on whether they exist | Matthew Heon | 2018-06-22 |