aboutsummaryrefslogtreecommitdiff
path: root/pkg/spec/createconfig.go
Commit message (Expand)AuthorAge
* Remove varlink support from PodmanDaniel J Walsh2020-11-26
* handle play kube with pod.spec.hostAliaseszhangguanzhang2020-08-31
* podman: add option --cgroup-confGiuseppe Scrivano2020-08-21
* run, create: add new security-opt proc-optsGiuseppe Scrivano2020-08-12
* Switch all references to github.com/containers/libpod -> podmanDaniel J Walsh2020-07-28
* Fix container and pod create commands for remote createMatthew Heon2020-07-10
* move go module to v2Valentin Rothberg2020-07-06
* fix: Don't override entrypoint if it's `nil`maybe-sybr2020-06-30
* Fixup issues found by golintDaniel J Walsh2020-06-10
* Podman V2 birthBrent Baude2020-04-16
* Add support for containers.confDaniel J Walsh2020-03-27
* auto updatesValentin Rothberg2020-03-17
* Merge pull request #4772 from boaz0/closes_4628OpenShift Merge Robot2020-03-04
|\
| * Add the rmi flag to podman-run to delete container imageBoaz Shuster2020-03-03
* | Allow devs to set labels in container images for default capabilities.Daniel J Walsh2020-03-02
|/
* Remove ImageVolumes from databaseMatthew Heon2020-02-21
* apiv2 container create using specgenBrent Baude2020-02-19
* Merge pull request #5152 from QiWang19/device-cgroup-ruleOpenShift Merge Robot2020-02-13
|\
| * support device-cgroup-ruleQi Wang2020-02-12
* | add pkg/seccompValentin Rothberg2020-02-12
|/
* Merge pull request #4806 from vrothberg/seccompOpenShift Merge Robot2020-01-15
|\
| * policy for seccomp-profile selectionValentin Rothberg2020-01-09
* | log: support --log-opt tag=Giuseppe Scrivano2020-01-10
|/
* Split up create config handling of namespaces and securityPeter Hunt2019-11-07
* podman: add support for specifying MACJakub Filak2019-11-06
* bump containers/image to v5.0.0, buildah to v1.11.4Nalin Dahyabhai2019-10-29
* Merge pull request #4233 from mheon/fix_ccOpenShift Merge Robot2019-10-12
|\
| * Allow giving path to Podman for cleanup commandMatthew Heon2019-10-11
* | systemd: expect full path /usr/sbin/initGiuseppe Scrivano2019-10-09
|/
* Update c/image to v4.0.1 and buildah to 1.11.3Miloslav Trmač2019-10-04
* rootless: Rearrange setup of rootless containersGabi Beyer2019-09-24
* Add support for launching containers without CGroupsMatthew Heon2019-09-10
* When populating CMD, do not include EntrypointMatthew Heon2019-08-06
* Revert "rootless: Rearrange setup of rootless containers"baude2019-08-06
* Merge pull request #3310 from gabibeyer/rootlessKataOpenShift Merge Robot2019-08-05
|\
| * rootless: Rearrange setup of rootless containersGabi Beyer2019-07-30
* | Pass on events-backend config to cleanup processesMatthew Heon2019-08-01
|/
* podman: support --userns=ns|containerGiuseppe Scrivano2019-07-25
* libpod: support for cgroup namespaceGiuseppe Scrivano2019-07-18
* remove libpod from mainbaude2019-06-25
* When creating exit command, pass storage options onMatthew Heon2019-06-13
* only set log driver if it isn't emptyPeter Hunt2019-06-08
* Added --log-driver and journald loggingPeter Hunt2019-05-28
* Add support for retry count with --restart flagMatthew Heon2019-05-03
* Add container restart policy to Libpod & PodmanMatthew Heon2019-05-03
* Merge pull request #2959 from mheon/merge_volume_flagsOpenShift Merge Robot2019-05-03
|\
| * Migrate to unified volume handling codeMatthew Heon2019-05-01
| * Always pass pod into MakeContainerConfigMatthew Heon2019-05-01
| * Remove non-config fields from CreateConfigMatthew Heon2019-05-01
| * Add a new function for converting a CreateConfigMatthew Heon2019-05-01