summaryrefslogtreecommitdiff
path: root/libpod/container_internal.go
Commit message (Expand)AuthorAge
...
* Merge pull request #10366 from ashley-cui/secretoptionsOpenShift Merge Robot2021-05-17
|\
| * Support uid,gid,mode options for secretsAshley Cui2021-05-17
* | Create the /etc/mtab file if does not existsDaniel J Walsh2021-05-15
|/
* fix restart always with slirp4netnsPaul Holzinger2021-05-11
* Merge pull request #10220 from giuseppe/rm-volatileOpenShift Merge Robot2021-05-05
|\
| * podman: set volatile storage flag for --rm containersGiuseppe Scrivano2021-05-05
* | migrate Podman to containers/common/libimageValentin Rothberg2021-05-05
|/
* 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