aboutsummaryrefslogtreecommitdiff
path: root/libpod/container_internal.go
Commit message (Expand)AuthorAge
* Disable mount options when running --privilegedDaniel J Walsh2018-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
| * Add ContainerStateExited and OCI delete() in cleanup()Matthew Heon2018-10-02
* | Merge pull request #1562 from mheon/update_install_instructionsOpenShift Merge Robot2018-10-02
|\ \ | |/ |/|
| * Update docs to build a runc that works with systemdMatthew Heon2018-10-01
* | Need to allocate memory for hook structDaniel J Walsh2018-10-02
|/
* Add --mount option for `create` & `run` commandDaniel J Walsh2018-09-21
* Hooks supports two directories, process default and overrideDaniel J Walsh2018-09-17
* container: resolve rootfs symlinksGiuseppe Scrivano2018-08-31
* Resolve /etc/resolv.conf before readingbaude2018-08-28
* Added option to share kernel namespaces in libpod and podmanhaircommander2018-08-23
* switch projectatomic to containersDaniel J Walsh2018-08-16
* We need to sort mounts so that one mount does not over mount another.Daniel J Walsh2018-08-10
* Add --force to podman umount to force the unmounting of the rootfsDaniel J Walsh2018-08-01
* Ensure container and pod refresh picks up a StateMatthew Heon2018-07-31
* network: add support for rootless network with slirp4netnsGiuseppe Scrivano2018-07-31
* Added pod.Restart() functionality to libpod.haircommander2018-07-25
* Let containers/storage keep track of mountsDaniel J Walsh2018-07-19
* Vendor in latest code for storage,image, buildahDaniel J Walsh2018-07-19
* Record whether the container has exitedMatthew Heon2018-07-13
* Support multiple networksbaude2018-07-12