Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 | ||
* | podman run container id to file | baude | 2018-01-11 |
| | | | | | | | | | | podman run --cidfile /tmp/foo writes the container's id to a file. Signed-off-by: baude <bbaude@redhat.com> Closes: #205 Approved by: rhatdan | ||
* | Don't pull cached images | baude | 2018-01-08 |
| | | | | | | | | | | In our tests, each test instance is already seeded with images. In that case, we do not need to pull down an image that is already seeded. Signed-off-by: baude <bbaude@redhat.com> Closes: #191 Approved by: baude | ||
* | Add default CNI configuration | baude | 2017-12-22 |
| | | | | | | | | | | podman needs a pair of configuration files to set up its default network configuration: a bridge and loopback file. Signed-off-by: baude <bbaude@redhat.com> Closes: #161 Approved by: baude | ||
* | 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 |