summaryrefslogtreecommitdiff
path: root/libpod/oci.go
Commit message (Expand)AuthorAge
* changes to allow for darwin compilationbaude2018-06-29
* Add `podman container cleanup` to CLIDaniel J Walsh2018-06-29
* conmon no longer writes to syslogDaniel J Walsh2018-06-29
* oci: set XDG_RUNTIME_DIR to the runtime from GetRootlessRuntimeDir()Giuseppe Scrivano2018-06-27
* oci: do not set the cgroup path in Rootless modeGiuseppe Scrivano2018-06-15
* oci: pass XDG_RUNTIME_DIR down to the OCI runtimeGiuseppe Scrivano2018-06-15
* Remove SELinux transition rule after conmon is started.Daniel J Walsh2018-06-06
* Catch does not exist errorDaniel J Walsh2018-05-31
* We need to change the SELinux label of the conmon process to s0Daniel J Walsh2018-05-31
* Use container cleanup() functions when removingMatthew Heon2018-05-17
* Place Conmon and Container in separate CGroupsMatthew Heon2018-05-11
* Add --cgroup-manager flag to Podman binaryMatthew Heon2018-05-11
* Major fixes to systemd cgroup handlingMatthew Heon2018-05-11
* Should not error out if container no longer exists in ociDaniel J Walsh2018-05-04
* podman, userNS: configure an intermediate mount namespaceGiuseppe Scrivano2018-05-04
* Prevent a potential race when stopping containersMatthew Heon2018-04-04
* podman: new option --conmon-pidfile=Giuseppe Scrivano2018-03-29
* Include error in error messageMatthew Heon2018-03-02
* Instead of erroring on exit file not being found, warnMatthew Heon2018-03-02
* Replace usage of runc with runtimeMatthew Heon2018-03-01
* Convert exec session tracking to use a dedicated structMatthew Heon2018-03-01
* Handle removing containers with active exec sessionsMatthew Heon2018-03-01
* Add tracking for exec session IDsMatthew Heon2018-03-01
* Rework exec to enable splitting to retrieve exec PIDMatthew Heon2018-03-01
* Ensure we don't repeatedly poll disk for exit codesMatthew Heon2018-02-20
* Merge pull request #293 from rhatdan/sd_notifyMatthew Heon2018-02-07
|\
| * Need to add LISTEN_PID environment variable to conmon commandDaniel J Walsh2018-02-05
* | Change stop signal default to SIGTERMMatthew Heon2018-02-06
|/
* Pass NOTIFY_SOCKET and LISTEN_FDS env to OCI RUntime if setDaniel J Walsh2018-02-05
* Allow users to specify logpathDaniel J Walsh2018-02-03
* libpod/oci.go: Perf issuebaude2018-01-23
* Plumb through the --stop-timeout signal handlingDaniel J Walsh2017-12-20
* Merge pull request #111 from mheon/crio_1206Daniel J Walsh2017-12-11
|\
| * Carry CRI-O #1206 to fix a potential runtime issueMatthew Heon2017-12-07
* | kpod execbaude2017-12-11
|/
* Add NetMode, UTSMode and IPCModeDaniel J Walsh2017-12-02
* Change location of created runc specs to make them survive rebootMatthew Heon2017-11-29
* Add ability to kill and stop containersMatthew Heon2017-11-29
* Update kpod pause and unpause to use new container stateumohnani82017-11-24
* Add ability to retrieve container's log path to APIMatthew Heon2017-11-21
* Add ability to update container status from runcMatthew Heon2017-11-21
* Enhancements to papr testsbaude2017-11-17
* Prune Server package. Convert to new github location.Matthew Heon2017-11-01
* Initial checkin from CRI-O repoMatthew Heon2017-11-01