summaryrefslogtreecommitdiff
path: root/libpod/container_internal_linux.go
Commit message (Expand)AuthorAge
* 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
* bind mount /etc/resolv.conf|hosts in podsbaude2018-12-06
* Merge pull request #1940 from wking/numeric-gidOpenShift Merge Robot2018-12-05
|\
| * libpod/container_internal_linux: Allow gids that aren't in the group fileW. Trevor King2018-12-04
* | libpod/container_internal: Deprecate implicit hook directoriesW. Trevor King2018-12-03
|/
* Merge pull request #1880 from baude/f29fixesOpenShift Merge Robot2018-11-28
|\
| * Fix golang formatting issuesbaude2018-11-28
* | Merge pull request #1846 from cgwalters/netns-dns-localhostOpenShift Merge Robot2018-11-28
|\ \ | |/ |/|
| * Use host's resolv.conf if no network namespace enabledColin Walters2018-11-27
* | Use also a struct to pass options to Restore()Adrian Reber2018-11-28
|/
* Merge pull request #1850 from vrothberg/mount-propagationOpenShift Merge Robot2018-11-27
|\
| * set root propagation based on volume propertiesValentin Rothberg2018-11-26
* | Merge pull request #1734 from rhatdan/networkOpenShift Merge Robot2018-11-27
|\ \ | |/ |/|
| * libpod should know if the network is disabledDaniel J Walsh2018-11-13
* | Added option to keep containers running after checkpointingAdrian Reber2018-11-20
* | Use a struct to pass options to Checkpoint()Adrian Reber2018-11-20
|/
* Accurately update state if prepare() partially failsMatthew Heon2018-11-08
* Merge pull request #1771 from baude/prepareOpenShift Merge Robot2018-11-07
|\
| * move defer'd function declaration ahead of prepare error returnbaude2018-11-07
* | rootless: mount /sys/fs/cgroup/systemd from the hostGiuseppe Scrivano2018-11-07
* | rootless: don't bind mount /sys/fs/cgroup/systemd in systemd modeGiuseppe Scrivano2018-11-07
|/
* get user and group information using securejoin and runc's user librarybaude2018-10-29
* Merge pull request #1699 from baude/rundOpenShift Merge Robot2018-10-25
|\
| * run prepare in parallelbaude2018-10-25
* | Increase security and performance when looking up groupsbaude2018-10-25
|/
* Use the CRIU version check in checkpoint/restoreAdrian Reber2018-10-23
* Fix CGroup paths used for systemd CGroup mountMatthew Heon2018-10-17
* Mount proper cgroup for systemd to manage inside of the container.Daniel J Walsh2018-10-15
* Add support to checkpoint/restore containersAdrian Reber2018-10-03
* Disable problematic SELinux code causing runc issuesMatthew Heon2018-09-25