summaryrefslogtreecommitdiff
path: root/libpod/container_internal_linux.go
Commit message (Expand)AuthorAge
* Add --ignore-rootfs option for checkpoint/restoreAdrian Reber2019-07-11
* Include root file-system changes in container migrationAdrian Reber2019-07-11
* Correctly set FinishedTime for checkpointed containerAdrian Reber2019-07-11
* code cleanupbaude2019-07-08
* libpod removal from main (phase 2)baude2019-06-27
* stats: fix cgroup path for rootless containersGiuseppe Scrivano2019-06-26
* remove libpod from mainbaude2019-06-25
* rootless: add an entry to /etc/hosts when using slirp4netnsGiuseppe Scrivano2019-06-24
* Begin adding support for multiple OCI runtimesMatthew Heon2019-06-19
* Merge pull request #3297 from rhatdan/systemdOpenShift Merge Robot2019-06-17
|\
| * Accidently removed /run/lock from systemd mountsDaniel J Walsh2019-06-11
* | rootless: use the slirp4netns builtin DNS firstGiuseppe Scrivano2019-06-12
|/
* migration: add possibility to restore a container with a new nameAdrian Reber2019-06-04
* Added support to migrate containersAdrian Reber2019-06-03
* Added helper functions for container migrationAdrian Reber2019-06-03
* apparmor: don't load/set profile in privileged modeValentin Rothberg2019-05-23
* Add --read-only-tmpfs optionsDaniel J Walsh2019-04-26
* Use the same SELinux label for CRIU log filesAdrian Reber2019-04-12
* 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
* vendor buildah, image, storage, cniValentin Rothberg2019-03-28
* Resolve review commentsMatthew Heon2019-03-27
* Add support to disable creation of network config filesMatthew Heon2019-03-27
* userns: use the intermediate mountns for volumesGiuseppe Scrivano2019-03-21
* Make sure buildin volumes have the same ownership and permissions as imageDaniel J Walsh2019-03-15
* Merge pull request #2585 from giuseppe/build-honor-netOpenShift Merge Robot2019-03-12
|\
| * slirp4netns: add builtin DNS server to resolv.confGiuseppe Scrivano2019-03-11
* | Ensure that tmpfs mounts do not have symlinksMatthew Heon2019-03-11
|/
* Don't delete another container's resolv and hosts filesMatthew Heon2019-03-10
* Move secrets package to buildahDaniel J Walsh2019-03-08
* Append hosts to dependency container's /etc/hosts filePeter Hunt2019-03-05
* Verify that used OCI runtime supports checkpointAdrian Reber2019-03-01
* Label CRIU log files correctlyAdrian Reber2019-02-26
* Merge pull request #2358 from rhatdan/namespaceOpenShift Merge Robot2019-02-25
|\
| * Fix up handling of user defined network namespacesDaniel J Walsh2019-02-23
* | In shared networkNS /etc/resolv.conf&/etc/hosts should be sharedDaniel J Walsh2019-02-23
|/
* OpenTracing support added to start, stop, run, create, pull, and psSebastian Jug2019-02-18
* Fix volume handling in podmanDaniel J Walsh2019-02-14
* Merge pull request #2138 from giuseppe/rootless-pod-fixOpenShift Merge Robot2019-01-11
|\
| * spec: add nosuid,noexec,nodev to ro bind mountGiuseppe Scrivano2019-01-11
* | Replace tab with spaces in MarshalIndent in libpodMatthew Heon2019-01-10
* | Move all libpod/ JSON references over to jsoniterMatthew Heon2019-01-10
|/
* apparmor: apply default profile at container initializationValentin Rothberg2019-01-09
* Merge pull request #2061 from adrianreber/static-ipOpenShift Merge Robot2019-01-09
|\
| * Use existing interface to request IP address during restoreAdrian Reber2019-01-09
* | hooks: Add pre-create hooks for runtime-config manipulationW. Trevor King2019-01-08
|/
* Fixes to handle /dev/shm correctly.Daniel J Walsh2018-12-24
* Containers sharing a netns should share resolv/hostsMatthew Heon2018-12-11
* Prevent a second lookup of user for image volumesMatthew Heon2018-12-11