Merge pull request #11 from mcarr67/master

Display PortMapping as opposed to PortSpec.
pull/2/head
Michael Crosby 2013-10-22 14:56:44 -07:00
commit 2946a97f41
1 changed files with 4 additions and 1 deletions

View File

@ -24,7 +24,10 @@
</tr>
<tr>
<td>Ports:</td>
<td>{{ container.Config.PortSpecs }}</td>
<td>
{{ container.NetworkSettings.PortMapping || container.Config.PortSpecs }}
</td>
</tr>
<tr>
<td>Hostname:</td>