Slight modification to kpod ps based on QE feedback

QE noticed that kpod ps --last 0 was returning the running containers
Fixed that problem so that it returns nothing

Signed-off-by: umohnani8 <umohnani@redhat.com>
This commit is contained in:
umohnani8 2017-09-06 15:40:20 -04:00
parent f9387aca28
commit 45c7100253
2 changed files with 3 additions and 3 deletions

View file

@ -57,7 +57,6 @@ Valid placeholders for the Go template are listed below:
| .Size | Size of container |
| .Names | Name of container |
| .Labels | All the labels assigned to the container |
| .Label | Value of the specific label provided by the user |
| .Mounts | Volumes mounted in the container |