Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add --volumes-from flag to podman run and create | umohnani8 | 2018-07-09 |
| | | | | | | | | | | podman now supports --volumes-from flag, which allows users to add all the volumes an existing container has to a new one. Signed-off-by: umohnani8 <umohnani@redhat.com> Closes: #931 Approved by: mheon | ||
* | podman create, start, getattachsocket | baude | 2018-05-21 |
| | | | | | | | | | First pass at implement API endpoints for create and start. Signed-off-by: baude <bbaude@redhat.com> Closes: #805 Approved by: baude | ||
* | Add more validation to --volume flag for run and create | umohnani8 | 2018-04-30 |
| | | | | | | | | | | Return error if the host and container paths is a relative path. Only absolute paths allowed. Signed-off-by: umohnani8 <umohnani@redhat.com> Closes: #695 Approved by: rhatdan | ||
* | 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 | ||
* | 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 |