cri-o/libkpod
Mrunal Patel bfcebcdb00 Store imageName and imageRef for containers
We calculate these values at container creation time and store
them in the container object as they are requested during container
status. This avoids re-calculation and speeds up container status.

Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
2017-08-17 09:01:07 -07:00
..
common cmd/kpod/images.go: Add structured format ouput 2017-08-12 19:09:49 -05:00
driver move code supporting push, pull, and inspect to libkpod and libkpod/image 2017-07-24 14:35:36 -04:00
image Fix 'kpod load' nil issue raised by QE 2017-08-15 14:23:11 -04:00
layer Add kpod diff command 2017-08-11 16:08:41 -04:00
sandbox Move to new github.com/sirupsen/logrus. 2017-08-07 11:50:04 -04:00
config.go Add inotify watcher for container exits 2017-08-13 08:01:48 -07:00
container.go Move to new github.com/sirupsen/logrus. 2017-08-07 11:50:04 -04:00
container_data.go Move functions in libkpod to ContainerServer 2017-08-03 13:05:44 -04:00
container_server.go Store imageName and imageRef for containers 2017-08-17 09:01:07 -07:00
diff.go Fix Typo to improve GoReport 2017-08-15 10:15:01 +08:00
logs.go Add kpod logs command 2017-08-16 08:55:23 -04:00