summaryrefslogtreecommitdiff
path: root/libpod/container_internal.go
Commit message (Expand)AuthorAge
...
* container: move volume chown after spec generationGiuseppe Scrivano2020-06-29
* libpod: volume copyup honors namespace mappingsGiuseppe Scrivano2020-06-29
* libpod: specify mappings to the storageGiuseppe Scrivano2020-06-24
* Turn on More lintersDaniel J Walsh2020-06-15
* Ensure Conmon is alive before waiting for exit fileMatthew Heon2020-06-08
* Fix remote integration for healthchecksBrent Baude2020-05-20
* Fix lintMatthew Heon2020-05-14
* Remove exec sessions on container restartMatthew Heon2020-05-14
* Cleanup OCI runtime before storageMatthew Heon2020-05-14
* Fix SELinux functions names to not be repetitiveDaniel J Walsh2020-04-23
* Move selinux labeling support from pkg/util to pkg/selinuxDaniel J Walsh2020-04-22
* Add support for selecting kvm and systemd labelsDaniel J Walsh2020-04-15
* userns: support --userns=autoGiuseppe Scrivano2020-04-06
* Add support for containers.confDaniel J Walsh2020-03-27
* Attempt manual removal of CNI IP allocations on refreshMatthew Heon2020-03-19
* Add structure for new exec session tracking to DBMatthew Heon2020-03-18
* Revert "exec: get the exit code from sync pipe instead of file"Matthew Heon2020-03-09
* Fix spelling mistakes in code found by codespellDaniel J Walsh2020-03-07
* exec: get the exit code from sync pipe instead of filePeter Hunt2020-03-03
* Add basic deadlock detection for container start/removeMatthew Heon2020-02-24
* populate resolv.conf with dnsname responses when in usernamespaceBrent Baude2020-02-20
* Do not copy up when volume is not emptyMatthew Heon2020-02-12
* Tear down network when restarting containersMatthew Heon2020-02-02
* make lint: enable gocriticValentin Rothberg2020-01-13
* address review comments before mergebaude2020-01-10
* Initial commit on compatible APIJhon Honce2020-01-10
* Ensure SizeRw is shown when a user does 'inspect --size -t container'.Neville Cain2019-12-27
* if container is not in a pid namespace, stop all processesDaniel J Walsh2019-12-19
* Reap exec sessions on cleanup and removalMatthew Heon2019-12-12
* Add ContainerStateRemovingMatthew Heon2019-11-19
* Also delete winsz fifoPeter Hunt2019-11-15
* Add ensureState helper for checking container stateMatthew Heon2019-10-28
* Add a MissingRuntime implementationMatthew Heon2019-10-15
* Unwrap errors before comparing themNalin Dahyabhai2019-10-14
* Move OCI runtime implementation behind an interfaceMatthew Heon2019-10-10
* catch runc v2 errorbaude2019-10-09
* rootless: do not attempt a CNI refreshGiuseppe Scrivano2019-10-01
* Merge pull request #4065 from mheon/unconditional_conmon_rmOpenShift Merge Robot2019-09-27
|\
| * Unconditionally remove conmon files before startingMatthew Heon2019-09-20
* | Force a CNI Delete on refreshing containersMatthew Heon2019-09-24
|/
* Unmounting a container that is already unmounted is OKMatthew Heon2019-09-16
* Report errors when trying to pause rootless containersDaniel J Walsh2019-09-13
* clean up after healthcheck execsbaude2019-09-12
* Merge pull request #3581 from mheon/no_cgroupsOpenShift Merge Robot2019-09-11
|\
| * Add support for launching containers without CGroupsMatthew Heon2019-09-10
* | When first mounting any named volume, copy upMatthew Heon2019-09-09
|/
* Correctly report errors on unmounting SHMMatthew Heon2019-09-05
* Add ability for volumes with options to mount/umountMatthew Heon2019-09-05
* generate systemd: support pods and geneartig filesValentin Rothberg2019-08-21
* container stop: kill conmonValentin Rothberg2019-08-05