| Commit message (Expand) | Author | Age |
... | |
* | Merge pull request #3328 from mheon/storage_opts_for_cleanup | OpenShift Merge Robot | 2019-06-15 |
|\ |
|
| * | When creating exit command, pass storage options on | Matthew Heon | 2019-06-13 |
* | | storage: support --mount type=bind,bind-nonrecursive | Giuseppe Scrivano | 2019-06-13 |
* | | storage: fix typo | Giuseppe Scrivano | 2019-06-13 |
|/ |
|
* | only set log driver if it isn't empty | Peter Hunt | 2019-06-08 |
* | Merge pull request #3238 from mheon/no_tmpcopyup_dev | OpenShift Merge Robot | 2019-05-31 |
|\ |
|
| * | Do not set tmpcopyup on /dev | Matthew Heon | 2019-05-30 |
* | | Added --log-driver and journald logging | Peter Hunt | 2019-05-28 |
|/ |
|
* | When superceding mounts, check for opposite types | Matthew Heon | 2019-05-21 |
* | rootless: force resources to be nil on cgroup v1 | Giuseppe Scrivano | 2019-05-20 |
* | Don't set apparmor if --priviliged | Daniel J Walsh | 2019-05-20 |
* | rootless, spec: allow resources with cgroup v2 | Giuseppe Scrivano | 2019-05-13 |
* | Add support for retry count with --restart flag | Matthew Heon | 2019-05-03 |
* | Add container restart policy to Libpod & Podman | Matthew Heon | 2019-05-03 |
* | Merge pull request #2959 from mheon/merge_volume_flags | OpenShift Merge Robot | 2019-05-03 |
|\ |
|
| * | Move handling of ReadOnlyTmpfs into new mounts code | Matthew Heon | 2019-05-01 |
| * | Ensure that named volumes have their options parsed | Matthew Heon | 2019-05-01 |
| * | Add options parsing for tmpfs mounts | Matthew Heon | 2019-05-01 |
| * | Use EqualValues instead of reflect equality | Matthew Heon | 2019-05-01 |
| * | Hit a number of to-do comments in unified volumes code | Matthew Heon | 2019-05-01 |
| * | Fix options for non-bind and non-tmpfs volumes | Matthew Heon | 2019-05-01 |
| * | Migrate unit tests from cmd/podman into pkg/spec | Matthew Heon | 2019-05-01 |
| * | Migrate to unified volume handling code | Matthew Heon | 2019-05-01 |
| * | Always pass pod into MakeContainerConfig | Matthew Heon | 2019-05-01 |
| * | Remove non-config fields from CreateConfig | Matthew Heon | 2019-05-01 |
| * | Add a new function for converting a CreateConfig | Matthew Heon | 2019-05-01 |
* | | Merge pull request #3031 from baude/remotewindows | OpenShift Merge Robot | 2019-05-01 |
|\ \
| |/
|/| |
|
| * | enable podman-remote on windows | baude | 2019-04-30 |
* | | auto pass http_proxy into container | James Cassell | 2019-04-30 |
|/ |
|
* | Add --read-only-tmpfs options | Daniel J Walsh | 2019-04-26 |
* | spec: mask /sys/kernel when bind mounting /sys | Giuseppe Scrivano | 2019-04-11 |
* | oci: add /sys/kernel to the masked paths | Giuseppe Scrivano | 2019-04-11 |
* | Drop LocalVolumes from our the database | Matthew Heon | 2019-04-04 |
* | Major rework of --volumes-from flag | Matthew Heon | 2019-04-04 |
* | Add handling for new named volumes code in pkg/spec | Matthew Heon | 2019-04-04 |
* | rootless: remove SkipStorageSetup() | Giuseppe Scrivano | 2019-04-01 |
* | Ensure that we make a netns for CNI non-default nets | Matthew Heon | 2019-03-28 |
* | Remove ulele/deepcopier in favor of JSON deep copy | Matthew Heon | 2019-03-27 |
* | Resolve review comments | Matthew Heon | 2019-03-27 |
* | Add --no-hosts flag to disable management of /etc/hosts | Matthew Heon | 2019-03-27 |
* | Add for --dns=none to disable creation of resolv.conf | Matthew Heon | 2019-03-27 |
* | Need to pass the true paramater with --syslog in cobra | Daniel J Walsh | 2019-03-20 |
* | Vendor docker/docker, fsouza and more #2 | TomSweeneyRedHat | 2019-03-13 |
* | Merge pull request #2562 from baude/healtcheckphase2 | OpenShift Merge Robot | 2019-03-12 |
|\ |
|
| * | healtcheck phase 2 | baude | 2019-03-12 |
* | | Fix SELinux on host shared systems in userns | Daniel J Walsh | 2019-03-11 |
|/ |
|
* | Merge pull request #2412 from QiWang19/iss2380 | OpenShift Merge Robot | 2019-03-06 |
|\ |
|
| * | fix bug --device enable specifying directory as device | Qi Wang | 2019-03-06 |
* | | podman healthcheck run (phase 1) | baude | 2019-03-05 |
|/ |
|
* | volume: do not create a volume if there is a bind | Giuseppe Scrivano | 2019-02-26 |