summaryrefslogtreecommitdiff
path: root/libpod/container_internal.go
Commit message (Expand)AuthorAge
* 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
* Add --volumes-from flag to podman run and createumohnani82018-07-09
* Remove per-container CGroup parentsMatthew Heon2018-07-06
* more changes to compile darwinbaude2018-07-05
* changes to allow for darwin compilationbaude2018-06-29
* Fix built-in volume issue with podman run/createumohnani82018-06-29
* Add `podman container cleanup` to CLIDaniel J Walsh2018-06-29
* *: Replace Generator.Spec() with Generator.ConfigW. Trevor King2018-06-27
* rootless: do not configure additional groupsGiuseppe Scrivano2018-06-27
* rootless: add management for the userNSGiuseppe Scrivano2018-06-27
* container_internal: don't ignore error from cleanupNetwork()Giuseppe Scrivano2018-06-27
* Make CGroups cleanup optional on whether they existMatthew Heon2018-06-22
* Add Refresh() to ctrs to refresh state after db changeMatthew Heon2018-06-22
* Fix image volumes access and mount problems on restartMarco Vedovati2018-06-22