summaryrefslogtreecommitdiff
path: root/libpod/container_internal.go
Commit message (Expand)AuthorAge
* Merge pull request #14220 from Luap99/resolvconfOpenShift Merge Robot2022-06-07
|\
| * use resolvconf package from c/common/libnetworkPaul Holzinger2022-06-07
* | libpod: store network status when userns is usedPaul Holzinger2022-06-07
|/
* pod: add exit policiesValentin Rothberg2022-05-02
* Merge pull request #13973 from Luap99/linter-reviveOpenShift Merge Robot2022-04-23
|\
| * replace golint with revive linterPaul Holzinger2022-04-22
* | use etchosts package from c/commonPaul Holzinger2022-04-22
|/
* Add support for checkpoint imageRadostin Stoyanov2022-04-20
* Add support for ipc namespace modes "none, private, sharable"Daniel J Walsh2022-04-12
* fix pod volume passing and alter infra inheritancecdoern2022-03-29
* Switch all calls to filepath.Walk to filepath.WalkDirDaniel J Walsh2022-03-27
* Merge pull request #13585 from flouthoc/fix-no-healthcheckOpenShift Merge Robot2022-03-22
|\
| * healthcheck: stop showing wrong status when --no-healthcheck is setAditya R2022-03-22
* | libpod: drop warning for Fedora 31Giuseppe Scrivano2022-03-21
|/
* Implement Podman Container Clonecdoern2022-02-20
* bump go module to version 4Valentin Rothberg2022-01-18
* Standardize on capatalized CgroupsDaniel J Walsh2022-01-14
* Merge pull request #12733 from rhatdan/copyOpenShift Merge Robot2022-01-07
|\
| * Set volume NeedsCopyUp to false iff data was copied upDaniel J Walsh2022-01-06
* | Prevent double decoding of storage optionsRiyad Preukschas2022-01-07
|/
* Support all volume mounts for rootless containersDaniel J Walsh2022-01-04
* Merge pull request #12625 from adrianreber/2021-12-16-podman-inspectOpenShift Merge Robot2021-12-17
|\
| * Add more checkpoint/restore information to 'inspect'Adrian Reber2021-12-17
* | Removed .service file for healthchecksBrent Baude2021-12-16
|/
* container restore/import: store networks from dbPaul Holzinger2021-12-14
* Update vendor or containers/common moving pkg/cgroups thereDaniel J Walsh2021-12-07
* rename libpod nettypes fieldsPaul Holzinger2021-11-16
* Added optional container restore statisticsAdrian Reber2021-11-15
* libpod: create /etc/mtab safelyGiuseppe Scrivano2021-11-11
* Fix rootless networking with userns and portsPaul Holzinger2021-11-09
* pod/container create: resolve conflicts of generated namesValentin Rothberg2021-11-08
* libpod: deduplicate ports in dbPaul Holzinger2021-10-27
* Merge pull request #11956 from vrothberg/pauseOpenShift Merge Robot2021-10-27
|\
| * overlay root fs: create mount on runtime dirValentin Rothberg2021-10-26
* | Allow 'container restore' with '--ipc host'Adrian Reber2021-10-26
|/
* Merge pull request #11991 from rhatdan/sizeOpenShift Merge Robot2021-10-22
|\
| * Allow API to specify size and inode quotaDaniel J Walsh2021-10-18
* | Merge pull request #11851 from cdoern/podRmOpenShift Merge Robot2021-10-20
|\ \
| * | Pod Rm Infra Improvementscdoern2021-10-18
* | | libpod: change mountpoint ownership c.Root when using overlay on top of exter...Aditya Rajan2021-10-19
| |/ |/|
* | rootfs-overlay: fix overlaybase path for cleanupsAditya Rajan2021-10-18
|/
* libpod: do not call (*container).Spec()Valentin Rothberg2021-09-29
* libpod: do not call (*container).Config()Valentin Rothberg2021-09-28
* standardize logrus messages to upper caseDaniel J Walsh2021-09-22
* Wire network interface into libpodPaul Holzinger2021-09-15
* Merge pull request #11170 from flouthoc/support-rootfs-overlayOpenShift Merge Robot2021-09-14
|\
| * rootfs: Add support for rootfs-overlay and bump to buildah v1.22.1-0.202108flouthoc2021-09-14
* | fix restart always with rootlessportPaul Holzinger2021-09-13
|/
* Add Checkpointed bool to InspectMatthew Heon2021-09-07
* container: resolve workdir after all the mounts happen.flouthoc2021-08-30