Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remove --storage-opt from podman run/create | Daniel J Walsh | 2018-01-17 |
| | | | | | | | | | | | podman command has storage options as a global option, these should be set there, rather then in the create and run commands. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> Closes: #234 Approved by: baude | ||
* | Implement and test the following flags for podman run and create | umohnani8 | 2018-01-15 |
| | | | | | | | | | | | memory, memory-reservation, memory-swap, memory-swappiness, kernel-memory, cpu-period, cou-quota, cpu-shares, cpus, cpuset-cpus, cpuset-mems, blkio-weight, blkio-weight-device, sysctl, and ulimit Signed-off-by: umohnani8 <umohnani@redhat.com> Closes: #221 Approved by: mheon | ||
* | Cleanup Documentation and bash completions | Daniel J Walsh | 2017-12-20 |
| | | | | | | | Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> Closes: #159 Approved by: TomSweeneyRedHat | ||
* | Add support for adding devices to container | Daniel J Walsh | 2017-12-19 |
| | | | | | | | | | | Also add --quiet option to kpod create/run since this will help with writing tests. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> Closes: #140 Approved by: TomSweeneyRedHat | ||
* | Rename all references to kpod to podman | Daniel J Walsh | 2017-12-18 |
The decision is in, kpod is going to be named podman. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> Closes: #145 Approved by: umohnani8 |