summaryrefslogtreecommitdiff
path: root/libpod/container_internal_linux.go
Commit message (Expand)AuthorAge
* libpod: honor --cgroups=split also with podsGiuseppe Scrivano2021-09-16
* test: enable --cgroup-parent testGiuseppe Scrivano2021-09-16
* Add Checkpointed bool to InspectMatthew Heon2021-09-07
* feat: add localhost into hosts if the networking mode is not hostParham Alvani2021-09-04
* pass LISTEN_* environment into containerValentin Rothberg2021-08-31
* container: resolve workdir after all the mounts happen.flouthoc2021-08-30
* Implement SD-NOTIFY proxy in conmonDaniel J Walsh2021-08-20
* Run codespell to fix spellingDaniel J Walsh2021-08-11
* Add support for pod inside of user namespace.Daniel J Walsh2021-08-09
* Do not add an entry to /etc/hosts with `--net=host`Matthew Heon2021-08-04
* Support checkpoint/restore with podsAdrian Reber2021-07-27
* Prepare CRIU version check to work with multiple versionsAdrian Reber2021-07-27
* fix: uid/gid for volume mounted to existing dirMatej Vasek2021-07-12
* podman diff accept two images or containersPaul Holzinger2021-07-02
* Fix systemd-resolved detection.Max Goltzsche2021-06-20
* Merge pull request #10684 from Luap99/slirp-hostsOpenShift Merge Robot2021-06-16
|\
| * add correct slirp ip to /etc/hostsPaul Holzinger2021-06-15
* | Fix permissions on initially created named volumesDaniel J Walsh2021-06-14
|/
* Fix pre-checkpointingAdrian Reber2021-06-10
* Improve systemd-resolved detectionPaul Holzinger2021-06-08
* Add parameter to specify checkpoint archive compressionAdrian Reber2021-06-07
* add ipv6 nameservers only when the container has ipv6 enabledPaul Holzinger2021-06-03
* Merge pull request #10334 from mheon/add_relabel_vol_pluginOpenShift Merge Robot2021-05-17
|\
| * Ensure that :Z/:z/:U can be used with named volumesMatthew Heon2021-05-17
* | Merge pull request #10366 from ashley-cui/secretoptionsOpenShift Merge Robot2021-05-17
|\ \
| * | Support uid,gid,mode options for secretsAshley Cui2021-05-17
| |/
* / Add host.containers.internal entry into container's etc/hostsBaron Lenardson2021-05-17
|/
* Merge pull request #10221 from ashley-cui/envsecOpenShift Merge Robot2021-05-07
|\
| * Add support for environment variable secretsAshley Cui2021-05-06
* | Revert Patch to relabel if selinux not enabledDaniel J Walsh2021-05-06
* | cgroup: fix rootless --cgroup-parent with podsGiuseppe Scrivano2021-05-06
* | migrate Podman to containers/common/libimageValentin Rothberg2021-05-05
* | cgroup: always honor --cgroup-parent with cgroupfsGiuseppe Scrivano2021-05-03
|/
* Add support for CDI device configurationSebastian Jug2021-04-20
* cgroup: do not set cgroup parent when rootless and cgroupfsGiuseppe Scrivano2021-04-12
* Don't relabel volumes if running in a privileged containerDaniel J Walsh2021-04-05
* rootless cni without infra containerPaul Holzinger2021-04-01
* [NO TESTS NEEDED] Fix for kernel without CONFIG_USER_NSなつき2021-03-26
* Validate passed in timezone from tz optionTomSweeneyRedHat2021-03-21
* turn hidden --trace into a NOPValentin Rothberg2021-03-08
* Use functions and defines from checkpointctlAdrian Reber2021-03-02
* Move checkpoint/restore code to pkg/checkpoint/crutilsAdrian Reber2021-03-02
* Add dns search domains from cni response to resolv.confPaul Holzinger2021-02-24
* Add U volume flag to chown source volumesEduardo Vega2021-02-22
* bump go module to v3Valentin Rothberg2021-02-22
* Do not reset storage when running inside of a containerDaniel J Walsh2021-02-16
* Merge pull request #9399 from vrothberg/home-sweet-homeOpenShift Merge Robot2021-02-16
|\
| * do not set empty $HOMEValentin Rothberg2021-02-16
* | Don't chown workdir if it already existsDaniel J Walsh2021-02-16
|/
* Enable whitespace linterPaul Holzinger2021-02-11