Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
| ... | ... |
@@ -47,6 +47,7 @@ func (daemon *Daemon) ContainerInspect(job *engine.Job) engine.Status {
|
| 47 | 47 |
out.Set("ProcessLabel", container.ProcessLabel)
|
| 48 | 48 |
out.SetJson("Volumes", container.Volumes)
|
| 49 | 49 |
out.SetJson("VolumesRW", container.VolumesRW)
|
| 50 |
+ out.SetJson("AppArmorProfile", container.AppArmorProfile)
|
|
| 50 | 51 |
|
| 51 | 52 |
if children, err := daemon.Children(container.Name); err == nil {
|
| 52 | 53 |
for linkAlias, child := range children {
|