feat(container-details): add entrypoint to container details view (#3120)

* feat(container-details): add entrypoint to container details view

* feat(container-details): restore file from develop branch to bring back original indentation

* feat(container-details): add entrypoint to container details view
pull/3255/head
Soham Mondal 2019-10-10 10:17:25 +05:30 committed by Anthony Lapenna
parent 19810b9f4e
commit 8de507a15d
1 changed files with 4 additions and 0 deletions

View File

@ -201,6 +201,10 @@
<td>CMD</td>
<td><code>{{ container.Config.Cmd|command }}</code></td>
</tr>
<tr>
<td>ENTRYPOINT</td>
<td><code>{{ container.Config.Entrypoint ? (container.Config.Entrypoint|command) : "null" }}</code></td>
</tr>
<tr>
<td>ENV</td>
<td>