Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Functionality changes to the following flags | umohnani8 | 2018-04-06 |
| | | | | | | | | | | | | | | | | | | | --group-add --blkio-weight-device --device-read-bps --device-write-bps --device-read-iops --device-write-iops --group-add now supports group names as well as the gid associated with them. All the --device flags work now with moderate changes to the code to support both bps and iops. Added tests for all the flags. Signed-off-by: umohnani8 <umohnani@redhat.com> Closes: #590 Approved by: mheon | ||
* | Correct a godoc comment | Nalin Dahyabhai | 2018-04-02 |
| | | | | | | | | | | Correct the names of the files in the godoc for pkg/chrootuser/GetUser(). Signed-off-by: Nalin Dahyabhai <nalin@redhat.com> Closes: #579 Approved by: rhatdan | ||
* | podman create/run need to load information from the image | Daniel J Walsh | 2018-01-03 |
We should be pulling information out of the image to set the defaults to use when setting up the container. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> Closes: #110 Approved by: mheon |