| Commit message (Expand) | Author | Age |
* | Add validate() for containers | Matthew Heon | 2020-03-02 |
* | Remove ImageVolumes from database | Matthew Heon | 2020-02-21 |
* | Add network options to podman pod create | Matthew Heon | 2020-02-19 |
* | Add ability for pods to use the host network | Matthew Heon | 2020-02-17 |
* | Add backend code for pod network options | Matthew Heon | 2020-02-04 |
* | Deprecate & remove IsCtrSpecific in favor of IsAnon | Matthew Heon | 2020-01-29 |
* | podman: add new option --cgroups=no-conmon | Giuseppe Scrivano | 2020-01-16 |
* | make lint: enable gocritic | Valentin Rothberg | 2020-01-13 |
* | log: support --log-opt tag= | Giuseppe Scrivano | 2020-01-10 |
* | fix lint - drop else block | Valentin Rothberg | 2020-01-08 |
* | fix lint: add comment for NameRegex and error | Valentin Rothberg | 2020-01-08 |
* | container config: add CreateCommand | Valentin Rothberg | 2019-12-13 |
* | Merge pull request #4493 from mheon/add_removing_state | OpenShift Merge Robot | 2019-12-02 |
|\ |
|
| * | Add ContainerStateRemoving | Matthew Heon | 2019-11-19 |
* | | Allow --ip and --mac to be set when joining a CNI net | Matthew Heon | 2019-11-26 |
|/ |
|
* | codespell: spelling corrections | Dmitry Smirnov | 2019-11-13 |
* | podman: add support for specifying MAC | Jakub Filak | 2019-11-06 |
* | add libpod/config | Valentin Rothberg | 2019-10-31 |
* | bump containers/image to v5.0.0, buildah to v1.11.4 | Nalin Dahyabhai | 2019-10-29 |
* | Merge pull request #4333 from giuseppe/error-rootless-cni | OpenShift Merge Robot | 2019-10-24 |
|\ |
|
| * | rootless: raise an error with --network= | Giuseppe Scrivano | 2019-10-24 |
* | | Add parsing for UID, GID in volume "o" option | Matthew Heon | 2019-10-22 |
|/ |
|
* | Migrate can move containers to a new runtime | Matthew Heon | 2019-10-10 |
* | Update c/image to v4.0.1 and buildah to 1.11.3 | Miloslav Trmač | 2019-10-04 |
* | podman network create: validate user input | Mrigank Krishan | 2019-10-04 |
* | Add support for launching containers without CGroups | Matthew Heon | 2019-09-10 |
* | Set base mount options for bind mounts from base system | Matthew Heon | 2019-08-28 |
* | Add support for 'exec', 'suid', 'dev' mount flags | Matthew Heon | 2019-08-28 |
* | Merge pull request #3709 from mheon/volume_inspect | OpenShift Merge Robot | 2019-08-19 |
|\ |
|
| * | Implement backend for 'volume inspect' | Matthew Heon | 2019-08-02 |
* | | Merge pull request #3836 from chenzhiwei/hostname | OpenShift Merge Robot | 2019-08-19 |
|\ \ |
|
| * | | Allow customizing pod hostname | Chen Zhiwei | 2019-08-18 |
| |/ |
|
* / | do not activate sd_notify support when varlink | baude | 2019-08-15 |
|/ |
|
* | Add a flag to set events logger type | Matthew Heon | 2019-07-31 |
* | podman: support --userns=ns|container | Giuseppe Scrivano | 2019-07-25 |
* | golangci-lint pass number 2 | baude | 2019-07-11 |
* | code cleanup | baude | 2019-07-08 |
* | configure runtime without store | baude | 2019-07-01 |
* | remove libpod from main | baude | 2019-06-25 |
* | Make Inspect's mounts struct accurate to Docker | Matthew Heon | 2019-06-12 |
* | Address comments | Peter Hunt | 2019-05-28 |
* | Added --log-driver and journald logging | Peter Hunt | 2019-05-28 |
* | Move to using constants for valid restart policy types | 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 |
|\ |
|
| * | Ensure that named volumes have their options parsed | Matthew Heon | 2019-05-01 |
* | | Small fixes for #2950 | Matthew Heon | 2019-05-01 |
|/ |
|
* | runtime: pass down the context | Giuseppe Scrivano | 2019-04-26 |
* | system: add new subcommand "migrate" | Giuseppe Scrivano | 2019-04-26 |
* | Update invalid name errors to report the correct regex | Matthew Heon | 2019-04-09 |