summaryrefslogtreecommitdiff
path: root/libpod/container_internal.go
Commit message (Expand)AuthorAge
* 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
|\ \
| * | Print error status code if we fail to parse itMatthew Heon2018-11-07
| * | Properly set Running state when starting containersMatthew Heon2018-11-07
| * | Retrieve container PID from conmonMatthew Heon2018-11-07
| * | EXPERIMENTAL: Do not call out to runc for syncMatthew Heon2018-11-07
| * | Actually save changes from post-stop syncMatthew Heon2018-11-07
| |/
* / Add hostname to /etc/hostsQi Wang2018-11-07
|/
* get user and group information using securejoin and runc's user librarybaude2018-10-29
* run prepare in parallelbaude2018-10-25