| Commit message (Expand) | Author | Age |
* | failed containers with --rm should remove themselves | baude | 2018-12-12 |
* | Move rootless storage config into libpod | Matthew Heon | 2018-12-02 |
* | --interactive shall keep STDIN attached even when not explicitly called out | Šimon Lukašík | 2018-11-03 |
* | Sort all command flags | Qi Wang | 2018-10-11 |
* | Add ContainerStateExited and OCI delete() in cleanup() | Matthew Heon | 2018-10-02 |
* | Refactor Wait() to not require a timeout | Matthew Heon | 2018-09-21 |
* | rootless: fix create with images not in the storage | Giuseppe Scrivano | 2018-09-21 |
* | Merge pull request #1461 from rhatdan/run | Matthew Heon | 2018-09-14 |
|\ |
|
| * | Remove duplicate code between create.go and run.go | Daniel J Walsh | 2018-09-13 |
* | | Add --interval flag to podman wait | Daniel J Walsh | 2018-09-13 |
|/ |
|
* | rootless: check uid with Geteuid() instead of Getuid() | Giuseppe Scrivano | 2018-09-04 |
* | rootless, run: support --pod | Giuseppe Scrivano | 2018-09-04 |
* | don't print help message for usage errors | Valentin Rothberg | 2018-08-31 |
* | run/create: reserve `-h` flag for hostname | Valentin Rothberg | 2018-08-30 |
* | switch projectatomic to containers | Daniel J Walsh | 2018-08-16 |
* | Cleanup descriptions and help information | Daniel J Walsh | 2018-07-27 |
* | Need to wait for container to exit before completing run/start completes | Daniel J Walsh | 2018-07-13 |
* | Refactor podman/utils with a single container start and attach function | Marco Vedovati | 2018-07-06 |
* | Add `podman container cleanup` to CLI | Daniel J Walsh | 2018-06-29 |
* | Option handling has become large and should be a shared function | Daniel J Walsh | 2018-06-22 |
* | podman: use a different store for the rootless case | Giuseppe Scrivano | 2018-06-15 |
* | podman: accept option --rootfs to use exploded images | Giuseppe Scrivano | 2018-06-15 |
* | Aliases do not work with IsSet | Daniel J Walsh | 2018-06-12 |
* | libpod: Execute poststop hooks locally | W. Trevor King | 2018-06-04 |
* | podman create, start, getattachsocket | baude | 2018-05-21 |
* | Major fixes to systemd cgroup handling | Matthew Heon | 2018-05-11 |
* | Make invalid state nonfatal when cleaning up in run | Matthew Heon | 2018-05-04 |
* | Begin wiring in USERNS Support into podman | Daniel J Walsh | 2018-05-04 |
* | varlink images | baude | 2018-04-26 |
* | Vendor in latest containers/image and contaners/storage | umohnani8 | 2018-04-19 |
* | regression: tls verify should be set on registries.conf if insecure | baude | 2018-04-18 |
* | Allow podman to exit exit codes of removed containers | Matthew Heon | 2018-04-17 |
* | podman pull should always try to pull | baude | 2018-04-14 |
* | Fix terminal attach | Matthew Heon | 2018-04-13 |
* | Changes to attach to enable per-stream attaching | Matthew Heon | 2018-04-13 |
* | Functionality changes to the following flags | umohnani8 | 2018-04-06 |
* | Run images with no names | baude | 2018-04-04 |
* | Remove explicit Init() calls in run and start | Matthew Heon | 2018-04-03 |
* | podman: new option --conmon-pidfile= | Giuseppe Scrivano | 2018-03-29 |
* | cmd/podman/run.go: Error nicely when no image found | baude | 2018-03-27 |
* | If cidfile exists, do not proceed | baude | 2018-03-23 |
* | Migrate podman inspect and tag to image library | baude | 2018-03-21 |
* | Image library stage 4 - create and commit | baude | 2018-03-20 |
* | Add signal proxying to podman run, start, and attach | Matthew Heon | 2018-03-15 |
* | Add StartAndAttach() API endpoint for containers | Matthew Heon | 2018-03-15 |
* | Implement --image-volumes for create and run | umohnani8 | 2018-02-22 |
* | Add tests and cleanup | Jhon Honce | 2018-02-22 |
* | Push up createConfig.CgroupParent processing to parent | Jhon Honce | 2018-02-22 |
* | Implement podman run option --cgroup-parent | Jhon Honce | 2018-02-22 |
* | Correct exit code 126 and 127 | baude | 2018-02-21 |