| Created: | {{ container.Created }} |
| Path: | {{ container.Path }} |
| Args: | {{ container.Args }} |
| Ports: | {{ container.NetworkSettings.PortMapping || container.Config.PortSpecs }} |
| Hostname: | {{ container.Config.Hostname }} |
| IPAddress: | {{ container.NetworkSettings.IPAddress }} |
| Cmd: | {{ container.Config.Cmd }} |
| Entrypoint: | {{ container.Config.Entrypoint }} |
| Volumes: | {{ container.Volumes }} |
| SysInitpath: | {{ container.SysInitPath }} |
| Image: | {{ container.Image }} |
| State: | {{ container.State|getstatetext }} |