| Commit message (Expand) | Author | Age |
* | 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 |
|\ |
|
| * | 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 |
* | 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 |
* | healtcheck phase 2 | baude | 2019-03-12 |
* | 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 |
* | Fix up handling of user defined network namespaces | Daniel J Walsh | 2019-02-23 |
* | Fix volume handling in podman | Daniel J Walsh | 2019-02-14 |
* | Fix manual detach from containers to not wait for exit | Matthew Heon | 2019-02-12 |
* | cleanup: use the correct runtime | Giuseppe Scrivano | 2019-02-07 |
* | rootless: support port redirection from the host | Giuseppe Scrivano | 2019-01-19 |
* | podman play kube: add containers to pod | baude | 2019-01-11 |
* | createconfig: always cleanup a rootless container | Giuseppe Scrivano | 2019-01-10 |
* | add container-init support | Valentin Rothberg | 2019-01-04 |
* | create pod on the fly | baude | 2018-12-03 |
* | network: allow slirp4netns mode also for root containers | Giuseppe Scrivano | 2018-11-28 |
* | Allow users to expose ports from the pod to the host | baude | 2018-11-20 |
* | Mount proper cgroup for systemd to manage inside of the container. | Daniel J Walsh | 2018-10-15 |
* | Merge pull request #1605 from mheon/syslog_cleanup | OpenShift Merge Robot | 2018-10-11 |
|\ |
|
| * | Pass along syslog variable to podman cleanup processes | Matthew Heon | 2018-10-11 |
* | | Add --ip flag and plumbing into libpod | Matthew Heon | 2018-10-11 |
|/ |
|
* | Add --mount option for `create` & `run` command | Daniel J Walsh | 2018-09-21 |
* | Don't mount /dev/shm if the user told you --ipc=none | Daniel J Walsh | 2018-09-21 |
* | spec: refactor ns modes to a common interface | Giuseppe Scrivano | 2018-09-21 |
* | Add new field to libpod to indicate whether or not to use labelling | Daniel J Walsh | 2018-09-20 |
* | Swap default mount propagation from private to rprivate | Matthew Heon | 2018-09-13 |
* | Pass on securityOpts from podInfraContainer to container added to pod. | Daniel J Walsh | 2018-09-11 |
* | Fix pod sharing for utsmode | Daniel J Walsh | 2018-09-07 |
* | Respect user-added mounts over default spec mounts | Matthew Heon | 2018-09-07 |
* | Add proper support for systemd inside of podman | Daniel J Walsh | 2018-08-31 |
* | Fix Mount Propagation | Giuseppe Scrivano | 2018-08-27 |
* | exposes tcp port only if no proto specified. | Kunal Kushwaha | 2018-08-24 |