diff --git a/app/components/container/container.html b/app/components/container/container.html index ee9bd26..6617f50 100644 --- a/app/components/container/container.html +++ b/app/components/container/container.html @@ -54,7 +54,7 @@
{{ container.Args.join(' ') || 'None' }}+
Key | +Value | +
---|---|
{{ k }} | +{{ v }} | +
{{ container.Config.Entrypoint.join(' ') }}+
Tags: | +
+
|
+ |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Created: | -{{ image.Created }} | +{{ image.Created | date: 'medium'}} | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Parent: | @@ -89,14 +99,15 @@
Created: | \n{{ container.Created }} | \n
Path: | \n{{ container.Path }} | \n
Args: | \n{{ container.Args }} | \n
Exposed Ports: | \n\n
| \n
Environment: | \n\n
| \n
Publish All: | \n{{ container.HostConfig.PublishAllPorts }} | \n
Ports: | \n\n
| \n\n
Hostname: | \n{{ container.Config.Hostname }} | \n
IPAddress: | \n{{ container.NetworkSettings.IPAddress }} | \n
Cmd: | \n{{ container.Config.Cmd }} | \n
Entrypoint: | \n{{ container.Config.Entrypoint }} | \n
Volumes: | \n{{ container.Volumes }} | \n
SysInitpath: | \n{{ container.SysInitPath }} | \n
Image: | \n{{ container.Image }} | \n
State: | \n{{ container.State|getstatetext }} | \n
Logs: | \nstdout/stderr | \n
Stats: | \nstats | \n
Top: | \nTop | \n
{{stdout}}\n
{{stderr}}\n
{{title}} | \n
---|
{{processInfo}} | \n
Action | \nName | \nImage | \nCommand | \nCreated | \nStatus | \n
---|---|---|---|---|---|
\n | {{ container|containername}} | \n{{ container.Image }} | \n{{ container.Command|truncate:40 }} | \n{{ container.Created|getdate }} | \n{{ container.Status }} | \n
Event | \nFrom | \nID | \nTime | \n
---|---|---|---|
\n | \n | \n | \n |
Created: | \n{{ image.Created }} | \n
Parent: | \n{{ image.Parent }} | \n
Size (Virtual Size): | \n{{ image.Size|humansize }} ({{ image.VirtualSize|humansize }}) | \n
Hostname: | \n{{ image.ContainerConfig.Hostname }} | \n
User: | \n{{ image.ContainerConfig.User }} | \n
Cmd: | \n{{ image.ContainerConfig.Cmd }} | \n
Volumes: | \n{{ image.ContainerConfig.Volumes }} | \n
Volumes from: | \n{{ image.ContainerConfig.VolumesFrom }} | \n
Built with: | \nDocker {{ image.DockerVersion }} on {{ image.Os}}, {{ image.Architecture }} | \n
Action | \nId | \nRepository | \nVirtualSize | \nCreated | \n
---|---|---|---|---|
\n | {{ image.Id|truncate:20}} | \n{{ image|repotag }} | \n{{ image.VirtualSize|humansize }} | \n{{ image.Created|getdate }} | \n
\n API Endpoint: {{ endpoint }}
\n API Version: {{ docker.ApiVersion }}
\n Docker version: {{ docker.Version }}
\n Git Commit: {{ docker.GitCommit }}
\n Go Version: {{ docker.GoVersion }}
\n
Containers: | \n{{ info.Containers }} | \n
Images: | \n{{ info.Images }} | \n
Debug: | \n{{ info.Debug }} | \n
CPUs: | \n{{ info.NCPU }} | \n
Total Memory: | \n{{ info.MemTotal|humansize }} | \n
Operating System: | \n{{ info.OperatingSystem }} | \n
Kernel Version: | \n{{ info.KernelVersion }} | \n
ID: | \n{{ info.ID }} | \n
Labels: | \n{{ info.Labels }} | \n
File Descriptors: | \n{{ info.NFd }} | \n
Goroutines: | \n{{ info.NGoroutines }} | \n
Storage Driver: | \n{{ info.Driver }} | \n
Storage Driver Status: | \n\n \n {{ val[0] }}: {{ val[1] }}\n \n | \n
Execution Driver: | \n{{ info.ExecutionDriver }} | \n
Events: | \nEvents | \n
IPv4 Forwarding: | \n{{ info.IPv4Forwarding }} | \n
Index Server Address: | \n{{ info.IndexServerAddress }} | \n
Init Path: | \n{{ info.InitPath }} | \n
Docker Root Directory: | \n{{ info.DockerRootDir }} | \n
Init SHA1 | \n{{ info.InitSha1 }} | \n
Memory Limit: | \n{{ info.MemoryLimit }} | \n
Swap Limit: | \n{{ info.SwapLimit }} | \n
Created: | \n{{ container.Created | date: \'medium\' }} | \n||||
Path: | \n{{ container.Path }} | \n||||
Args: | \n\n {{ container.Args.join(\' \') || \'None\' }}\n | \n ||||
Exposed Ports: | \n\n
| \n ||||
Environment: | \n\n
| \n ||||
Labels: | \n\n
| \n ||||
Publish All: | \n{{ container.HostConfig.PublishAllPorts }} | \n||||
Ports: | \n\n
| \n\n ||||
Hostname: | \n{{ container.Config.Hostname }} | \n||||
IPAddress: | \n{{ container.NetworkSettings.IPAddress }} | \n||||
Cmd: | \n{{ container.Config.Cmd }} | \n||||
Entrypoint: | \n\n {{ container.Config.Entrypoint.join(\' \') }}\n | \n ||||
Volumes: | \n{{ container.Volumes }} | \n||||
SysInitpath: | \n{{ container.SysInitPath }} | \n||||
Image: | \n{{ container.Image }} | \n||||
State: | \n\n
| \n ||||
Logs: | \nstdout/stderr | \n||||
Stats: | \nstats | \n||||
Top: | \nTop | \n
{{stdout}}\n
{{stderr}}\n
{{title}} | \n
---|
{{processInfo}} | \n
Action | \nName | \nImage | \nCommand | \nCreated | \nStatus | \n
---|---|---|---|---|---|
\n | {{ container|containername}} | \n{{ container.Image }} | \n{{ container.Command|truncate:40 }} | \n{{ container.Created|getdate }} | \n{{ container.Status }} | \n
Event | \nFrom | \nID | \nTime | \n
---|---|---|---|
\n | \n | \n | \n |
Tags: | \n\n
| \n
Created: | \n{{ image.Created | date: \'medium\'}} | \n
Parent: | \n{{ image.Parent }} | \n
Size (Virtual Size): | \n{{ image.Size|humansize }} ({{ image.VirtualSize|humansize }}) | \n
Hostname: | \n{{ image.ContainerConfig.Hostname }} | \n
User: | \n{{ image.ContainerConfig.User }} | \n
Cmd: | \n{{ image.ContainerConfig.Cmd }} | \n
Volumes: | \n{{ image.ContainerConfig.Volumes }} | \n
Volumes from: | \n{{ image.ContainerConfig.VolumesFrom }} | \n
Built with: | \nDocker {{ image.DockerVersion }} on {{ image.Os}}, {{ image.Architecture }} | \n
Action | \nId | \nRepository | \nVirtualSize | \nCreated | \n
---|---|---|---|---|
\n | {{ image.Id|truncate:20}} | \n{{ image|repotag }} | \n{{ image.VirtualSize|humansize }} | \n{{ image.Created|getdate }} | \n
\n API Endpoint: {{ endpoint }}
\n API Version: {{ docker.ApiVersion }}
\n Docker version: {{ docker.Version }}
\n Git Commit: {{ docker.GitCommit }}
\n Go Version: {{ docker.GoVersion }}
\n
Containers: | \n{{ info.Containers }} | \n
Images: | \n{{ info.Images }} | \n
Debug: | \n{{ info.Debug }} | \n
CPUs: | \n{{ info.NCPU }} | \n
Total Memory: | \n{{ info.MemTotal|humansize }} | \n
Operating System: | \n{{ info.OperatingSystem }} | \n
Kernel Version: | \n{{ info.KernelVersion }} | \n
ID: | \n{{ info.ID }} | \n
Labels: | \n{{ info.Labels }} | \n
File Descriptors: | \n{{ info.NFd }} | \n
Goroutines: | \n{{ info.NGoroutines }} | \n
Storage Driver: | \n{{ info.Driver }} | \n
Storage Driver Status: | \n\n \n {{ val[0] }}: {{ val[1] }}\n \n | \n
Execution Driver: | \n{{ info.ExecutionDriver }} | \n
Events: | \nEvents | \n
IPv4 Forwarding: | \n{{ info.IPv4Forwarding }} | \n
Index Server Address: | \n{{ info.IndexServerAddress }} | \n
Init Path: | \n{{ info.InitPath }} | \n
Docker Root Directory: | \n{{ info.DockerRootDir }} | \n
Init SHA1 | \n{{ info.InitSha1 }} | \n
Memory Limit: | \n{{ info.MemoryLimit }} | \n
Swap Limit: | \n{{ info.SwapLimit }} | \n
Max usage | \n{{ data.memory_stats.max_usage | humansize }} | \n
Limit | \n{{ data.memory_stats.limit | humansize }} | \n
Fail count | \n{{ data.memory_stats.failcnt }} | \n
{{ key }} | \n{{ value }} | \n
{{ key }} | \n{{ value }} | \n