diff --git a/websiteFunctions/templates/websiteFunctions/DockerSiteHome.html b/websiteFunctions/templates/websiteFunctions/DockerSiteHome.html index c1f865760..d1952f0a8 100644 --- a/websiteFunctions/templates/websiteFunctions/DockerSiteHome.html +++ b/websiteFunctions/templates/websiteFunctions/DockerSiteHome.html @@ -8,67 +8,99 @@ @@ -476,39 +552,41 @@
| Container Port | -Host Binding | -
|---|---|
{$ containerPort $} |
- - - {$ binding.HostIp || '0.0.0.0' $}:{$ binding.HostPort $} - - | -
| Container Port | +Host Binding | +
|---|---|
{$ containerPort $} |
+ + + {$ binding.HostIp || '0.0.0.0' $}:{$ binding.HostPort $} + + | +
No ports exposed
+| Source | +Destination | +
|---|---|
{$ volume.Source $} |
+ {$ volume.Destination $} |
+
No volumes mounted
+| Variable | +Value | +
|---|---|
{$ env.split('=')[0] $} |
+
+ {$ env.split('=')[1] $}
+ {$ env.split('=')[1] $}
+ |
+
| Container ID: | +{$ web.id $} |
+
| Created: | +{$ web.created | date:'medium' $} | +
| Uptime: | +{$ web.uptime $} | +
| Source | -Destination | -Mode | -
|---|---|---|
{$ volume.Source $} |
- {$ volume.Destination $} |
- {$ volume.Mode $} | -
| Container Port | +Host Binding | +
|---|---|
{$ containerPort $} |
+ + + {$ binding.HostIp || '0.0.0.0' $}:{$ binding.HostPort $} + + | +
No ports exposed
+| Source | +Destination | +
|---|---|
{$ volume.Source $} |
+ {$ volume.Destination $} |
+
No volumes mounted
-| Variable | -Value | -
|---|---|
{$ env.split('=')[0] $} |
-
- {$ env.split('=')[1] $}
- {$ env.split('=')[1] $}
- |
-
No environment variables set
+No volumes mounted
| Variable | +Value | +
|---|---|
{$ env.split('=')[0] $} |
+
+ {$ env.split('=')[1] $}
+ {$ env.split('=')[1] $}
+ |
+
- {% trans "Container ID" %}: {$ web.id $}
-
Container ID: {$ web.id $}
Status: - - {$ web.status $} - -
-Created: {$ web.created | date:'medium' $}
-Uptime: {$ web.uptime $}
-| Container Port | -Host Binding | -
|---|---|
{$ containerPort $} |
- - - {$ binding.HostIp || '0.0.0.0' $}:{$ binding.HostPort $} - - | -
No ports exposed
-| Source | -Destination | -Mode | -
|---|---|---|
{$ volume.Source $} |
- {$ volume.Destination $} |
- {$ volume.Mode $} | -
No volumes mounted
-| Variable | -Value | -
|---|---|
{$ env.split('=')[0] $} |
-
- {$ env.split('=')[1] $}
- {$ env.split('=')[1] $}
- |
-
No environment variables set
-