Docker-DCO-1.1-Signed-off-by: Victor Vieux <vieux@docker.com> (github: vieux)
| ... | ... |
@@ -42,6 +42,7 @@ func (daemon *Daemon) ContainerInspect(job *engine.Job) engine.Status {
|
| 42 | 42 |
out.Set("ExecDriver", container.ExecDriver)
|
| 43 | 43 |
out.Set("MountLabel", container.MountLabel)
|
| 44 | 44 |
out.Set("ProcessLabel", container.ProcessLabel)
|
| 45 |
+ out.SetJson("Volumes", container.Volumes)
|
|
| 45 | 46 |
out.SetJson("VolumesRW", container.VolumesRW)
|
| 46 | 47 |
out.SetJson("HostConfig", container.hostConfig)
|
| 47 | 48 |
if _, err := out.WriteTo(job.Stdout); err != nil {
|