summaryrefslogtreecommitdiff
path: root/libpod/container_internal.go
Commit message (Expand)AuthorAge
* container: drop rootless checkGiuseppe Scrivano2019-05-01
* Merge pull request #2501 from mtrmac/fixed-hook-orderOpenShift Merge Robot2019-04-14
|\
| * Potentially breaking: Make hooks sort order locale-independentMiloslav Trmač2019-04-09
* | Merge pull request #2913 from mheon/get_instead_of_lookupOpenShift Merge Robot2019-04-12
|\ \
| * | Use GetContainer instead of LookupContainer for full IDMatthew Heon2019-04-12
* | | Expand debugging for container cleanup errorsMatthew Heon2019-04-11
|/ /
* / Implement podman-remote rmJhon Honce2019-04-09
|/
* Switch Libpod over to new explicit named volumesMatthew Heon2019-04-04
* userns: do not use an intermediate mount namespaceGiuseppe Scrivano2019-03-29
* podman health check phase3baude2019-03-22
* ps: fix segfault if the store is not initializedGiuseppe Scrivano2019-03-19
* Make sure buildin volumes have the same ownership and permissions as imageDaniel J Walsh2019-03-15
* container: check containerInfo.Config before accessing itGiuseppe Scrivano2019-03-15
* Add event on container deathMatthew Heon2019-03-13
* Add event logging to libpod, even display to podmanbaude2019-03-11
* errors: fix error cause comparisonGiuseppe Scrivano2019-03-11
* libpod/container_internal: Split locale at the first dot, etc.W. Trevor King2019-03-05
* Append hosts to dependency container's /etc/hosts filePeter Hunt2019-03-05
* Don't start running dependenciesPeter Hunt2019-02-19
* OpenTracing support added to start, stop, run, create, pull, and psSebastian Jug2019-02-18
* pod infra container is started before a container in a pod is run, started, o...Peter Hunt2019-02-15
* Fix volume handling in podmanDaniel J Walsh2019-02-14
* Retain a copy of container exit file on cleanupMatthew Heon2019-02-12
* Preserve exited state across rebootMatthew Heon2019-02-05
* podman-remote inspectbaude2019-01-18
* Ensure that wait exits on state transitionMatthew Heon2019-01-16
* Move all libpod/ JSON references over to jsoniterMatthew Heon2019-01-10
* hooks: Add pre-create hooks for runtime-config manipulationW. Trevor King2019-01-08
* Convert pods to SHM locksMatthew Heon2019-01-04
* Convert containers to SHM lockingMatthew Heon2019-01-04
* Log container command before starting the containerMatthew Heon2019-01-02
* Fixes to handle /dev/shm correctly.Daniel J Walsh2018-12-24
* Switch all referencs to image.ContainerConfig to image.ConfigDaniel J Walsh2018-12-21
* Prevent a second lookup of user for image volumesMatthew Heon2018-12-11
* Fix errors where OCI hooks directory does not existMatthew Heon2018-12-07
* bind mount /etc/resolv.conf|hosts in podsbaude2018-12-06
* libpod/container_internal: Deprecate implicit hook directoriesW. Trevor King2018-12-03
* Merge pull request #1317 from rhatdan/privilegedOpenShift Merge Robot2018-11-30
|\
| * Disable mount options when running --privilegedDaniel J Walsh2018-11-28
* | /dev/shm should be mounted even in rootless mode.Daniel J Walsh2018-11-28
* | Fix golang formatting issuesbaude2018-11-28
* | Merge pull request #1848 from adrianreber/masterOpenShift Merge Robot2018-11-28
|\ \
| * | Use also a struct to pass options to Restore()Adrian Reber2018-11-28
| |/
* / network: allow slirp4netns mode also for root containersGiuseppe Scrivano2018-11-28
|/
* libpod should know if the network is disabledDaniel J Walsh2018-11-13
* Merge pull request #1764 from rhatdan/nopasswdOpenShift Merge Robot2018-11-07
|\
| * Don't fail if /etc/passwd or /etc/group does not existsDaniel J Walsh2018-11-07
* | Merge pull request #1771 from baude/prepareOpenShift Merge Robot2018-11-07
|\ \
| * | move defer'd function declaration ahead of prepare error returnbaude2018-11-07
| |/
* | Merge pull request #1689 from mheon/add_runc_timeoutOpenShift Merge Robot2018-11-07
|\ \