| Commit message (Expand) | Author | Age |
* | *: 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 |
* | Add Refresh() to ctrs to refresh state after db change | Matthew Heon | 2018-06-22 |
* | Podman history now prints out intermediate image IDs | umohnani8 | 2018-06-22 |
* | Fix image volumes access and mount problems on restart | Marco Vedovati | 2018-06-22 |
* | We are using err in defer function, needs to be defined name | Daniel J Walsh | 2018-06-22 |
* | libpod: fix race with attach/start | Giuseppe Scrivano | 2018-06-20 |
* | Errors from closing a netns on removal from DB are nonfatal | Matthew Heon | 2018-06-19 |
* | Add extra debug so we can tell apart postdelete hooks | Matthew Heon | 2018-06-19 |
* | Add --all,-a flag to podman images | umohnani8 | 2018-06-18 |
* | Add MacAddress to inspect | Wim | 2018-06-18 |
* | top: make output tabular | Valentin Rothberg | 2018-06-18 |
* | Add more network info ipv4/ipv6 and be more compatible with docker | Wim | 2018-06-17 |
* | Do not run iptablesDNS workaround on IPv6 addresses | Wim | 2018-06-17 |
* | container: specify path to error message | Giuseppe Scrivano | 2018-06-15 |
* | podman: use a different store for the rootless case | Giuseppe Scrivano | 2018-06-15 |
* | container: do not set any mapping when using a rootfs | Giuseppe Scrivano | 2018-06-15 |
* | podman: do not use Chown in rootless mode | Giuseppe Scrivano | 2018-06-15 |
* | network: do not attempt to create a network in rootless mode | Giuseppe Scrivano | 2018-06-15 |
* | oci: do not use hooks in rootless mode | Giuseppe Scrivano | 2018-06-15 |
* | oci: do not set the cgroup path in Rootless mode | Giuseppe Scrivano | 2018-06-15 |
* | container: do not add shm in rootless mode | Giuseppe Scrivano | 2018-06-15 |
* | oci: pass XDG_RUNTIME_DIR down to the OCI runtime | Giuseppe Scrivano | 2018-06-15 |
* | podman: accept option --rootfs to use exploded images | Giuseppe Scrivano | 2018-06-15 |
* | Fix cleaning up network namespaces on detached ctrs | Matthew Heon | 2018-06-15 |
* | Correctly report errors retrieving containers in ps | Matthew Heon | 2018-06-14 |
* | Remove container from state before cleaning up. | Daniel J Walsh | 2018-06-10 |
* | Remove SELinux transition rule after conmon is started. | Daniel J Walsh | 2018-06-06 |
* | Added a defer to an Unlock that immediately followed a Lock | haircommander | 2018-06-05 |
* | libpod: Execute poststop hooks locally | W. Trevor King | 2018-06-04 |
* | Merge pull request #859 from rhatdan/onbuild | Daniel J Walsh | 2018-06-01 |
|\ |
|
| * | Add OnBuild support for podman build | Daniel J Walsh | 2018-06-01 |
* | | runtime: add /usr/libexec/podman/conmon to the conmon paths | Giuseppe Scrivano | 2018-06-01 |
|/ |
|
* | fix panic with podman pull | baude | 2018-05-31 |
* | Catch does not exist error | Daniel J Walsh | 2018-05-31 |
* | We need to change the SELinux label of the conmon process to s0 | Daniel J Walsh | 2018-05-31 |
* | Make references to the Process part of Spec conditional | Matthew Heon | 2018-05-25 |
* | save and load should support multi-tag for docker-archive | umohnani8 | 2018-05-25 |
* | Spell check strings and comments | Jhon Honce | 2018-05-25 |
* | Set Entrypoint from image only if not already set | Matthew Heon | 2018-05-24 |
* | Fix handling of command in images | Daniel J Walsh | 2018-05-23 |
* | podman create, start, getattachsocket | baude | 2018-05-21 |
* | honor multiple change values | baude | 2018-05-21 |