summaryrefslogtreecommitdiff
path: root/libpod/container_internal.go
Commit message (Expand)AuthorAge
* Fixes from make codespellDaniel J Walsh2021-04-21
* use AttachSocketPath when removing conmon filesPeter Hunt2021-04-16
* Add rootless support for cni and --uidmapPaul Holzinger2021-04-01
* Do not leak libpod package into the remote clientPaul Holzinger2021-03-15
* turn hidden --trace into a NOPValentin Rothberg2021-03-08
* Merge pull request #9624 from mheon/fix_9615OpenShift Merge Robot2021-03-05
|\
| * Do not return from c.stop() before re-lockingMatthew Heon2021-03-05
* | podman cp: support copying on tmpfs mountsValentin Rothberg2021-03-04
|/
* Use functions and defines from checkpointctlAdrian Reber2021-03-02
* bump go module to v3Valentin Rothberg2021-02-22
* Change source path resolution for volume copy-upMatthew Heon2021-02-17
* Fix an issue where copyup could fail with ENOENTMatthew Heon2021-02-16
* Enable golint linterPaul Holzinger2021-02-11
* Rewrite copy-up to use buildah CopierMatthew Heon2021-02-10
* Implement SecretsAshley Cui2021-02-09
* Improve container libpod.Wait*() functionsMatej Vasek2021-02-03
* Initial implementation of volume pluginsMatthew Heon2021-01-14
* Merge pull request #8906 from vrothberg/fix-8501OpenShift Merge Robot2021-01-14
|\
| * container stop: release lock before calling the runtimeValentin Rothberg2021-01-14
* | Fxes /etc/hosts duplicated every time after container restarted in a podzhangguanzhang2021-01-13
* | add pre checkpointunknown2021-01-10
|/
* SpellingJosh Soref2020-12-22
* Drop default log-level from error to warnDaniel J Walsh2020-12-03
* Merge pull request #8263 from rhatdan/restartOpenShift Merge Robot2020-11-23
|\
| * Allow containers to --restart on-failure with --rmDaniel J Walsh2020-11-20
* | Make c.networks() list include the default networkMatthew Heon2020-11-20
|/
* Merge pull request #8298 from mheon/db_network_connectOpenShift Merge Robot2020-11-12
|\
| * Add support for network connect / disconnect to DBMatthew Heon2020-11-11
* | Ensure we do not double-lock the same volume in createMatthew Heon2020-11-11
|/
* Stop excessive wrapping of errorsDaniel J Walsh2020-10-30
* new "image" mount typeValentin Rothberg2020-10-29
* Populate /etc/hosts file when run in a user namespaceDaniel J Walsh2020-10-07
* Remove excessive error wrappingKir Kolyshkin2020-10-05
* Fix up errors found by codespellDaniel J Walsh2020-09-11
* Merge pull request #7578 from giuseppe/join-userns-reuse-mappingsOpenShift Merge Robot2020-09-10
|\
| * libpod: read mappings when joining a container usernsGiuseppe Scrivano2020-09-10
* | rootless: support `podman network create` (CNI-in-slirp4netns)Akihiro Suda2020-09-09
|/
* fix apiv2 will create containers with incorrect commandszhangguanzhang2020-08-24
* volumes: do not recurse when chowningGiuseppe Scrivano2020-07-31
* Switch all references to github.com/containers/libpod -> podmanDaniel J Walsh2020-07-28
* When chowning we should not follow symbolic linkDaniel J Walsh2020-07-27
* Add support for overlay volume mounts in podman.Qi Wang2020-07-20
* Preserve passwd on container restartMatthew Heon2020-07-15
* Remove all instances of named return "err" from LibpodMatthew Heon2020-07-09
* Implement --sdnotify cmdline option to control sd-notify behaviorJoseph Gooch2020-07-06
* move go module to v2Valentin Rothberg2020-07-06
* container: move volume chown after spec generationGiuseppe Scrivano2020-06-29
* libpod: volume copyup honors namespace mappingsGiuseppe Scrivano2020-06-29
* libpod: specify mappings to the storageGiuseppe Scrivano2020-06-24
* Turn on More lintersDaniel J Walsh2020-06-15