mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #6169 from vieux/add_volumes_inspect_back
add volumes back to inspect
This commit is contained in:
commit
98d7b720c2
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ func (daemon *Daemon) ContainerInspect(job *engine.Job) engine.Status {
|
|||
out.Set("ExecDriver", container.ExecDriver)
|
||||
out.Set("MountLabel", container.MountLabel)
|
||||
out.Set("ProcessLabel", container.ProcessLabel)
|
||||
out.SetJson("Volumes", container.Volumes)
|
||||
out.SetJson("VolumesRW", container.VolumesRW)
|
||||
out.SetJson("HostConfig", container.hostConfig)
|
||||
if _, err := out.WriteTo(job.Stdout); err != nil {
|
||||
|
|
Loading…
Add table
Reference in a new issue