summaryrefslogtreecommitdiff
path: root/libpod
Commit message (Expand)AuthorAge
* Merge pull request #1650 from rhatdan/systemdMatthew Heon2018-10-16
|\
| * Mount proper cgroup for systemd to manage inside of the container.Daniel J Walsh2018-10-15
* | Merge pull request #1609 from giuseppe/fix-volume-rootlessMatthew Heon2018-10-16
|\ \ | |/ |/|
| * volume: resolve symlinks in pathsGiuseppe Scrivano2018-10-14
| * volume: write the correct ID of the container in error messagesGiuseppe Scrivano2018-10-14
* | Touchup fileo typoTomSweeneyRedHat2018-10-15
|/
* Generate a passwd file for users not in containerDaniel J Walsh2018-10-12
* Merge pull request #1623 from mheon/static_ipOpenShift Merge Robot2018-10-11
|\
| * Fix gofmtMatthew Heon2018-10-11
| * Add --ip flag and plumbing into libpodMatthew Heon2018-10-11
| * Temporary commit to swap branchesMatthew Heon2018-10-11
* | Log an otherwise ignored error from joining a net nsMatthew Heon2018-10-11
|/
* Ensure resolv.conf has the right label and pathMatthew Heon2018-10-04
* Drop libnetwork vendor and move the code into pkg/Matthew Heon2018-10-04
* Switch to using libnetwork's resolvconf packageMatthew Heon2018-10-04
* Merge pull request #1570 from giuseppe/fix-gvisorOpenShift Merge Robot2018-10-04
|\
| * oci: split the stdout and stderr pipesGiuseppe Scrivano2018-10-03
| * oci: always set XDG_RUNTIME_DIRGiuseppe Scrivano2018-10-03
* | Add support to checkpoint/restore containersAdrian Reber2018-10-03
|/
* Merge pull request #1578 from baude/addubuntuciOpenShift Merge Robot2018-10-03
|\
| * Add ability for ubuntu to be testedbaude2018-10-03
* | selinux: drop superflous relabelGiuseppe Scrivano2018-10-03
|/
* Merge pull request #1580 from giuseppe/rootless-always-set-XDG_RUNTIME_DIROpenShift Merge Robot2018-10-03
|\
| * rootless: always set XDG_RUNTIME_DIRGiuseppe Scrivano2018-10-03
* | Merge pull request #1531 from mheon/add_exited_stateOpenShift Merge Robot2018-10-03
|\ \ | |/ |/|
| * Fix Wait() to allow Exited state as well as StoppedMatthew Heon2018-10-02
| * Fix cleanupRuntime to only save if container is validMatthew Heon2018-10-02
| * Fix bug with exited state and container removeMatthew Heon2018-10-02
| * Address review comments and fix ps outputMatthew Heon2018-10-02
| * Add ContainerStateExited and OCI delete() in cleanup()Matthew Heon2018-10-02
* | Merge pull request #1528 from baude/runlabelOpenShift Merge Robot2018-10-02
|\ \
| * | Add container runlabel commandbaude2018-09-28
* | | Merge pull request #1562 from mheon/update_install_instructionsOpenShift Merge Robot2018-10-02
|\ \ \ | |_|/ |/| |
| * | Update docs to build a runc that works with systemdMatthew Heon2018-10-01
* | | Need to allocate memory for hook structDaniel J Walsh2018-10-02
|/ /
* / runtime: fix message which assumes the runtime is runcGiuseppe Scrivano2018-10-01
|/
* Merge pull request #1551 from baude/complexnamesOpenShift Merge Robot2018-09-28
|\
| * run complex image names with short namesbaude2018-09-28
* | Add buildah version and distribution to infobaude2018-09-28
|/
* Disable problematic SELinux code causing runc issuesMatthew Heon2018-09-25
* Add --mount option for `create` & `run` commandDaniel J Walsh2018-09-21
* Refactor Wait() to not require a timeoutMatthew Heon2018-09-21
* Don't output inodes created to run a containerDaniel J Walsh2018-09-21
* Add new field to libpod to indicate whether or not to use labellingDaniel J Walsh2018-09-20
* Bind Mounts should be mounted read-only when in read-only modeDaniel J Walsh2018-09-20
* Vendor in latest containers/buildahDaniel J Walsh2018-09-18
* Increase pidWaitTimeout to 1000msEmilien Macchi2018-09-18
* Hooks supports two directories, process default and overrideDaniel J Walsh2018-09-17
* Merge pull request #1464 from mheon/optionally_disable_port_reservationMatthew Heon2018-09-14
|\
| * Add a way to disable port reservationMatthew Heon2018-09-13