summaryrefslogtreecommitdiff
path: root/libpod
AgeCommit message (Expand)Author
2018-06-29Fix built-in volume issue with podman run/createumohnani8
2018-06-29Add `podman container cleanup` to CLIDaniel J Walsh
2018-06-29Returning joining namespace error should not be fatalDaniel J Walsh
2018-06-29conmon no longer writes to syslogDaniel J Walsh
2018-06-27*: Replace Generator.Spec() with Generator.ConfigW. Trevor King
2018-06-27generator.New() requires an OS string input variablebaude
2018-06-27rootless: use $HOME/.config/containers/libpod.confGiuseppe Scrivano
2018-06-27rootless: do not configure additional groupsGiuseppe Scrivano
2018-06-27oci: set XDG_RUNTIME_DIR to the runtime from GetRootlessRuntimeDir()Giuseppe Scrivano
2018-06-27rootless: add management for the userNSGiuseppe Scrivano
2018-06-27container_internal: don't ignore error from cleanupNetwork()Giuseppe Scrivano
2018-06-27Mark containers invalid earlier during removalMatthew Heon
2018-06-22Make CGroups cleanup optional on whether they existMatthew Heon
2018-06-22Add Refresh() to ctrs to refresh state after db changeMatthew Heon
2018-06-22Podman history now prints out intermediate image IDsumohnani8
2018-06-22Fix image volumes access and mount problems on restartMarco Vedovati
2018-06-22We are using err in defer function, needs to be defined nameDaniel J Walsh
2018-06-20libpod: fix race with attach/startGiuseppe Scrivano
2018-06-19Errors from closing a netns on removal from DB are nonfatalMatthew Heon
2018-06-19Add extra debug so we can tell apart postdelete hooksMatthew Heon
2018-06-18Add --all,-a flag to podman imagesumohnani8
2018-06-18Add MacAddress to inspectWim
2018-06-18top: make output tabularValentin Rothberg
2018-06-17Add more network info ipv4/ipv6 and be more compatible with dockerWim
2018-06-17Do not run iptablesDNS workaround on IPv6 addressesWim
2018-06-15container: specify path to error messageGiuseppe Scrivano
2018-06-15podman: use a different store for the rootless caseGiuseppe Scrivano
2018-06-15container: do not set any mapping when using a rootfsGiuseppe Scrivano
2018-06-15podman: do not use Chown in rootless modeGiuseppe Scrivano
2018-06-15network: do not attempt to create a network in rootless modeGiuseppe Scrivano
2018-06-15oci: do not use hooks in rootless modeGiuseppe Scrivano
2018-06-15oci: do not set the cgroup path in Rootless modeGiuseppe Scrivano
2018-06-15container: do not add shm in rootless modeGiuseppe Scrivano
2018-06-15oci: pass XDG_RUNTIME_DIR down to the OCI runtimeGiuseppe Scrivano
2018-06-15podman: accept option --rootfs to use exploded imagesGiuseppe Scrivano
2018-06-15Fix cleaning up network namespaces on detached ctrsMatthew Heon
2018-06-14Correctly report errors retrieving containers in psMatthew Heon
2018-06-10Remove container from state before cleaning up.Daniel J Walsh
2018-06-06Remove SELinux transition rule after conmon is started.Daniel J Walsh
2018-06-05Added a defer to an Unlock that immediately followed a Lockhaircommander
2018-06-04libpod: Execute poststop hooks locallyW. Trevor King
2018-06-01Merge pull request #859 from rhatdan/onbuildDaniel J Walsh
2018-06-01runtime: add /usr/libexec/podman/conmon to the conmon pathsGiuseppe Scrivano
2018-06-01Add OnBuild support for podman buildDaniel J Walsh
2018-05-31fix panic with podman pullbaude
2018-05-31Catch does not exist errorDaniel J Walsh
2018-05-31We need to change the SELinux label of the conmon process to s0Daniel J Walsh
2018-05-25Make references to the Process part of Spec conditionalMatthew Heon
2018-05-25save and load should support multi-tag for docker-archiveumohnani8
2018-05-25Spell check strings and commentsJhon Honce