cri-o/libkpod
Ryan Cole a8b6f2ad8a Update kpod commands to use getConfig()
Make getStore() take a config struct from which it pulls the store
options, then update the kpod commands so that they call getConfig()
and pass the config into getStore()

Signed-off-by: Ryan Cole <rcyoalne@gmail.com>
2017-07-27 15:58:55 -04:00
..
common move functions supporting rmi command to libkpod/image 2017-07-24 16:17:26 -04:00
driver move code supporting push, pull, and inspect to libkpod and libkpod/image 2017-07-24 14:35:36 -04:00
image Don't leak containers/image Image references 2017-07-25 13:30:54 -04:00
sandbox Move sandbox into its own package 2017-07-21 08:15:55 -04:00
config.go Update kpod commands to use getConfig() 2017-07-27 15:58:55 -04:00
container.go Avoid using lower-level storage APIs 2017-07-25 13:29:49 -04:00
containerData.go move code supporting push, pull, and inspect to libkpod and libkpod/image 2017-07-24 14:35:36 -04:00
containerserver.go add basic config struct to libkpod 2017-07-27 11:12:50 -04:00