| Commit message (Expand) | Author | Age |
* | Allow users to expose ports from the pod to the host | baude | 2018-11-20 |
* | runlabel: use shlex for splitting commands | Valentin Rothberg | 2018-11-16 |
* | Merge pull request #1769 from umohnani8/build | OpenShift Merge Robot | 2018-11-16 |
|\ |
|
| * | Set --force-rm for podman build to true by default | Urvashi Mohnani | 2018-11-08 |
* | | Add space between num & unit in images output | Qi Wang | 2018-11-12 |
* | | rm -f now removes a paused container | baude | 2018-11-08 |
|/ |
|
* | --interactive shall keep STDIN attached even when not explicitly called out | Šimon Lukašík | 2018-11-03 |
* | Make kill, pause, and unpause parallel. | baude | 2018-11-01 |
* | Make restart parallel and add --all | baude | 2018-11-01 |
* | Merge pull request #1731 from afbjorklund/version | OpenShift Merge Robot | 2018-10-31 |
|\ |
|
| * | Fix setting of version information | Anders F Björklund | 2018-10-31 |
* | | Merge pull request #1704 from giuseppe/attach-cuid-too-long | OpenShift Merge Robot | 2018-10-30 |
|\ \ |
|
| * | | runtime: do not allow runroot longer than 50 characters | Giuseppe Scrivano | 2018-10-30 |
* | | | truncate command output in ps by default | baude | 2018-10-30 |
* | | | Merge pull request #1724 from baude/psformatchanges | OpenShift Merge Robot | 2018-10-29 |
|\ \ \ |
|
| * | | | make various changes to ps output | baude | 2018-10-29 |
| | |/
| |/| |
|
* / | | Use two spaces to pad PS fields | baude | 2018-10-29 |
|/ / |
|
* | | Merge pull request #1637 from vrothberg/runlabel-execute-any-command | OpenShift Merge Robot | 2018-10-26 |
|\ \ |
|
| * | | runlabel: run any command | Valentin Rothberg | 2018-10-24 |
* | | | fix bug in rm -fa parallel deletes | baude | 2018-10-25 |
| |/
|/| |
|
* | | Add --max-workers and heuristics for parallel operations | baude | 2018-10-25 |
|/ |
|
* | Merge pull request #1646 from QiWang19/addenvbud | OpenShift Merge Robot | 2018-10-23 |
|\ |
|
| * | Support auth file environment variable in podman build | Qi Wang | 2018-10-23 |
* | | create: fix writing cidfile when using rootless | Giuseppe Scrivano | 2018-10-23 |
* | | Merge pull request #1662 from adrianreber/all-and-latest | OpenShift Merge Robot | 2018-10-23 |
|\ \ |
|
| * | | Add --all and --latest to checkpoint/restore | Adrian Reber | 2018-10-23 |
| * | | Use the newly added getAllOrLatestContainers() function | Adrian Reber | 2018-10-23 |
| * | | Use the new checkAllAndLatest() function | Adrian Reber | 2018-10-23 |
| * | | Also factor out getAllOrLatestContainers() function | Adrian Reber | 2018-10-23 |
| * | | Add checkAllAndLatest() function | Adrian Reber | 2018-10-23 |
| |/ |
|
* | | Merge pull request #1638 from baude/fastps | OpenShift Merge Robot | 2018-10-23 |
|\ \ |
|
| * | | Make podman ps fast | baude | 2018-10-23 |
* | | | Merge pull request #1664 from adrianreber/port-l | OpenShift Merge Robot | 2018-10-23 |
|\ \ \ |
|
| * | | | Fix podman port -l | Adrian Reber | 2018-10-19 |
* | | | | Merge pull request #1697 from baude/statserr | OpenShift Merge Robot | 2018-10-23 |
|\ \ \ \ |
|
| * | | | | correct stats err with non-running containers | baude | 2018-10-22 |
| | |/ /
| |/| | |
|
* | | | | Merge pull request #1665 from vrothberg/ignore-env-vars | OpenShift Merge Robot | 2018-10-23 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | fix environment variable parsing | Valentin Rothberg | 2018-10-23 |
* | | | | Merge pull request #1639 from baude/pararm | OpenShift Merge Robot | 2018-10-23 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Make rm faster | baude | 2018-10-22 |
| |/ / |
|
* / / | Handle http/https in registry given to login/out | TomSweeneyRedHat | 2018-10-22 |
|/ / |
|
* / | Move rootless directory handling to the libpod/pkg/util directory | Daniel J Walsh | 2018-10-22 |
|/ |
|
* | Support auth file environment variable & add change to man pages | Qi Wang | 2018-10-12 |
* | Swap from map to channels for podman stop workers | Matthew Heon | 2018-10-11 |
* | 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 |
* | | Merge pull request #1619 from QiWang19/issus1610 | OpenShift Merge Robot | 2018-10-11 |
|\ \ |
|
| * | | Sort all command flags | Qi Wang | 2018-10-11 |
| |/ |
|
* | | Merge pull request #1614 from baude/parastop | OpenShift Merge Robot | 2018-10-11 |
|\ \ |
|
| * | | Stop containers in parallel fashion | baude | 2018-10-11 |