summaryrefslogtreecommitdiff
path: root/libpod/container_internal_linux.go
Commit message (Expand)AuthorAge
...
* Enable stylecheck linterPaul Holzinger2021-02-11
* Rewrite copy-up to use buildah CopierMatthew Heon2021-02-10
* Implement SecretsAshley Cui2021-02-09
* fix logic when not creating a workdirValentin Rothberg2021-02-05
* workdir presence checksValentin Rothberg2021-01-26
* libpod: move slirp magic IPs to constsGiuseppe Scrivano2021-01-22
* Initial implementation of volume pluginsMatthew Heon2021-01-14
* Fxes /etc/hosts duplicated every time after container restarted in a podzhangguanzhang2021-01-13
* Merge pull request #8947 from Luap99/cleanup-codeOpenShift Merge Robot2021-01-12
|\
| * Fix problems reported by staticcheckPaul Holzinger2021-01-12
* | add pre checkpointunknown2021-01-10
|/
* Merge pull request #8781 from rst0git/cr-volumesOpenShift Merge Robot2021-01-08
|\
| * Include named volumes in container migrationRadostin Stoyanov2021-01-07
| * Use Options as exportCheckpoint() argumentRadostin Stoyanov2021-01-07
* | rootless: automatically split userns rangesGiuseppe Scrivano2021-01-07
|/
* Ensure that user-specified HOSTNAME is honoredMatthew Heon2021-01-06
* SpellingJosh Soref2020-12-22
* podman: drop checking valid rootless UIDGiuseppe Scrivano2020-12-11
* Merge pull request #8571 from Luap99/podman-network-reloadOpenShift Merge Robot2020-12-08
|\
| * Implement pod-network-reloadMatthew Heon2020-12-07
* | Merge pull request #8476 from rhatdan/containerenvOpenShift Merge Robot2020-12-04
|\ \
| * | Add containerenv information to /run/.containerenvDaniel J Walsh2020-12-03
| |/
* / Drop default log-level from error to warnDaniel J Walsh2020-12-03
|/
* Switch from pkg/secrets to pkg/subscriptionsDaniel J Walsh2020-11-26
* Merge pull request #8290 from vrothberg/fix-8265OpenShift Merge Robot2020-11-17
|\
| * use container cgroups pathValentin Rothberg2020-11-17
* | Make sure /etc/hosts populated correctly with networksDaniel J Walsh2020-11-16
|/
* Add better support for unbindable volume mountsDaniel J Walsh2020-11-02
* Merge pull request #8177 from rhatdan/wrapOpenShift Merge Robot2020-10-30
|\
| * Stop excessive wrapping of errorsDaniel J Walsh2020-10-30
* | Improve setupSystemd, grab mount options from the hostAndy Librian2020-10-30
|/
* new "image" mount typeValentin Rothberg2020-10-29
* Don't error if resolv.conf does not existsPaul Holzinger2020-10-22
* Add hostname to /etc/hosts for --net=noneMatthew Heon2020-10-21
* Ensure that hostname is added to hosts with net=hostMatthew Heon2020-10-20
* Fix possible panic in libpod container restorePaul Holzinger2020-10-15
* Setup HOME environment when using --userns=keep-idDaniel J Walsh2020-10-14
* Store cgroup manager on a per-container basisMatthew Heon2020-10-08
* Populate /etc/hosts file when run in a user namespaceDaniel J Walsh2020-10-07
* Lowercase some errorsKir Kolyshkin2020-10-05
* Remove excessive error wrappingKir Kolyshkin2020-10-05
* libpod: check the gid is present before adding itGiuseppe Scrivano2020-10-02
* Add additionalGIDs from users in rootless modeDaniel J Walsh2020-10-01
* Fix --systemd=always regressionDaniel J Walsh2020-09-15
* Determine if resolv.conf points to systemd-resolvedEduardo Vega2020-09-11
* Merge pull request #7541 from mheon/modify_groupOpenShift Merge Robot2020-09-10
|\
| * Make an entry in /etc/group when we modify /etc/passwdMatthew Heon2020-09-10
* | rootless: support `podman network create` (CNI-in-slirp4netns)Akihiro Suda2020-09-09
* | We should not be mounting /run as noexec when run with --systemdDaniel J Walsh2020-09-02
|/
* Ensure rootless containers without a passwd can startMatthew Heon2020-08-31