Don't require rootfs if not set on container

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
Michael Crosby
2017-05-25 11:17:36 -07:00
parent a2b0824720
commit d0b22290ec
8 changed files with 35 additions and 29 deletions

View File

@@ -7,6 +7,7 @@ import (
func TestContainerList(t *testing.T) {
if testing.Short() {
t.Skip()
return
}
client, err := New(defaultAddress)
@@ -27,6 +28,7 @@ func TestContainerList(t *testing.T) {
func TestNewContainer(t *testing.T) {
if testing.Short() {
t.Skip()
return
}
client, err := New(defaultAddress)