1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-25 08:19:40 +02:00

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
This commit is contained in:
Soham Mondal 2019-10-10 10:17:25 +05:30 committed by Anthony Lapenna
parent 19810b9f4e
commit 8de507a15d

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>