cri-o/libkpod
Nalin Dahyabhai 0b7348b35c Use errors.Cause() when looking at storage errors
The storage library uses github.com/pkg/errors to wrap errors that it
returns from many of its functions, so when passing them to
os.IsNotExist() or comparing them to specific errors defined in the
storage library, unwrap them using errors.Cause().

Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
2017-08-03 15:40:54 -04:00
..
common Rename libkpod files to follow Go conventions 2017-07-31 10:11:40 -04:00
driver move code supporting push, pull, and inspect to libkpod and libkpod/image 2017-07-24 14:35:36 -04:00
image Use errors.Cause() when looking at storage errors 2017-08-03 15:40:54 -04:00
sandbox Move sandbox into its own package 2017-07-21 08:15:55 -04:00
config.go *: implement additional pull registries 2017-08-02 16:38:11 +02:00
container.go Allow containerserver to match containers by id prefix or name 2017-07-31 19:49:39 -04:00
container_data.go Rename libkpod files to follow Go conventions 2017-07-31 10:11:40 -04:00
container_server.go Use errors.Cause() when looking at storage errors 2017-08-03 15:40:54 -04:00