summaryrefslogtreecommitdiff
path: root/libpod/container_internal.go
Commit message (Expand)AuthorAge
* 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
* Allow containers/storage to handle on SELinux labelingDaniel J Walsh2018-10-23
* Merge pull request #1609 from giuseppe/fix-volume-rootlessMatthew Heon2018-10-16
|\
| * volume: resolve symlinks in pathsGiuseppe Scrivano2018-10-14
| * volume: write the correct ID of the container in error messagesGiuseppe Scrivano2018-10-14
* | Touchup fileo typoTomSweeneyRedHat2018-10-15
|/
* Generate a passwd file for users not in containerDaniel J Walsh2018-10-12
* Ensure resolv.conf has the right label and pathMatthew Heon2018-10-04
* Drop libnetwork vendor and move the code into pkg/Matthew Heon2018-10-04
* Switch to using libnetwork's resolvconf packageMatthew Heon2018-10-04
* Add support to checkpoint/restore containersAdrian Reber2018-10-03
* Merge pull request #1578 from baude/addubuntuciOpenShift Merge Robot2018-10-03
|\
| * Add ability for ubuntu to be testedbaude2018-10-03
* | selinux: drop superflous relabelGiuseppe Scrivano2018-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
| * Fix cleanupRuntime to only save if container is validMatthew Heon2018-10-02