Skip to content

Commit

Permalink
Fixed test with newer Docker versions
Browse files Browse the repository at this point in the history
  • Loading branch information
christophd committed Feb 9, 2017
1 parent 514aafd commit 103e3c4
Showing 1 changed file with 15 additions and 3 deletions.
Expand Up @@ -44,7 +44,9 @@
"GoVersion":"@ignore@",
"Os":"@ignore@",
"Arch":"@ignore@",
"KernelVersion":"@ignore@"
"KernelVersion":"@ignore@",
"BuildTime":"@ignore@",
"Experimental":"@ignore@"
}
]]>
</docker:result>
Expand Down Expand Up @@ -97,26 +99,36 @@
"HostConfig":"@ignore@",
"HostnamePath":"@ignore@",
"HostsPath":"@ignore@",
"LogPath":"@ignore@",
"Id":"${containerId}",
"SizeRootFs":"@ignore@",
"Image":"@ignore@",
"MountLabel":"",
"Name":"/${containerName}",
"RestartCount":0,
"NetworkSettings":"@ignore@",
"Path":"top",
"ProcessLabel":"",
"ProcessLabel":"@ignore@",
"ResolvConfPath":"@ignore@",
"ExecIDs":null,
"State":
{
"Status": "running",
"Running":true,
"Paused":false,
"Restarting":false,
"Dead":false,
"oomkilled":false,
"OOMKilled":false,
"Pid": "@ignore@",
"ExitCode":0,
"Error":"",
"StartedAt":"@ignore@",
"FinishedAt":"@ignore@"
},
"Volumes": "@ignore@",
"VolumesRW": "@ignore@"
"VolumesRW": "@ignore@",
"Mounts":[]
}
]]>
</docker:result>
Expand Down

0 comments on commit 103e3c4

Please sign in to comment.