summaryrefslogtreecommitdiff
path: root/libpod/oci.go
Commit message (Expand)AuthorAge
* Set Socket label for contianerDaniel J Walsh2018-12-12
* rootless: propagate XDG_RUNTIME_DIR to the OCI runtimeGiuseppe Scrivano2018-11-30
* oci: propagate NOTIFY_SOCKET on runtime startGiuseppe Scrivano2018-11-28
* Merge pull request #1848 from adrianreber/masterOpenShift Merge Robot2018-11-28
|\
| * Added tcp-established to checkpoint/restoreAdrian Reber2018-11-28
| * Use also a struct to pass options to Restore()Adrian Reber2018-11-28
* | Merge pull request #1849 from giuseppe/report-rootless-netmodeOpenShift Merge Robot2018-11-28
|\ \
| * | network: allow slirp4netns mode also for root containersGiuseppe Scrivano2018-11-28
| |/
* / rootless: fix cleanupGiuseppe Scrivano2018-11-28
|/
* Merge pull request #1832 from giuseppe/always-make-explicit-tty-to-execOpenShift Merge Robot2018-11-27
|\
| * exec: always make explicit the tty valueGiuseppe Scrivano2018-11-20
* | Added option to keep containers running after checkpointingAdrian Reber2018-11-20
|/
* Lint: Do not ignore errors from docker run command when selinux enabledŠimon Lukašík2018-11-10
* Fix misspellingMatthew Heon2018-11-07
* Retrieve container PID from conmonMatthew Heon2018-11-07
* If a container ceases to exist in runc, set exit statusMatthew Heon2018-11-07
* EXPERIMENTAL: Do not call out to runc for syncMatthew Heon2018-11-07
* read conmon output and convert to json in two stepsbaude2018-10-23
* oci: cleanup process statusGiuseppe Scrivano2018-10-23
* Move rootless directory handling to the libpod/pkg/util directoryDaniel J Walsh2018-10-22
* 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 #1531 from mheon/add_exited_stateOpenShift Merge Robot2018-10-03
|\
| * Fix Wait() to allow Exited state as well as StoppedMatthew Heon2018-10-02
* | Add container runlabel commandbaude2018-09-28
|/
* Add a way to disable port reservationMatthew Heon2018-09-13
* rootless, exec: use the new function to join the usernsGiuseppe Scrivano2018-08-29
* rootless: don't use kill --allGiuseppe Scrivano2018-08-26
* rootless: exec handle processes that create an user namespaceGiuseppe Scrivano2018-08-26
* rootless: fix execGiuseppe Scrivano2018-08-26
* switch projectatomic to containersDaniel J Walsh2018-08-16
* oci.go: syslog: fix debug formattingValentin Rothberg2018-08-09
* Pass newly-added --log-level flag to ConmonMatthew Heon2018-08-08
* network: add support for rootless network with slirp4netnsGiuseppe Scrivano2018-07-31
* oci: keep exposed ports busy and leak the fd into conmonGiuseppe Scrivano2018-07-19
* Record whether the container has exitedMatthew Heon2018-07-13
* rootless: propagate errors from GetRootlessRuntimeDir()Giuseppe Scrivano2018-07-11
* pkg/ctime: Factor libpod/finished* into a separate packageW. Trevor King2018-07-06
* more changes to compile darwinbaude2018-07-05
* rootless: set XDG_RUNTIME_DIR also for state and execGiuseppe Scrivano2018-07-05
* 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