| Created: |
{{ container.Created }} |
| Path: |
{{ container.Path }} |
| Args: |
{{ container.Args }} |
| Exposed Ports: |
|
| Environment: |
|
| Publish All: |
{{ container.HostConfig.PublishAllPorts }} |
| Ports: |
-
{{ containerport }} => {{ v.HostIp }}:{{ v.HostPort }}
|
| 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 }} |
| Logs: |
stdout/stderr |