mirror of
https://github.com/portainer/portainer.git
synced 2025-07-25 16:29:44 +02:00
style(container-creation): clarify port mapping (#2899)
This commit is contained in:
parent
851607394c
commit
e3eeb32a11
1 changed files with 3 additions and 3 deletions
|
@ -56,7 +56,7 @@
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<div class="col-sm-12">
|
<div class="col-sm-12">
|
||||||
<label class="control-label text-left">
|
<label class="control-label text-left">
|
||||||
Publish all exposed ports
|
Publish all exposed ports to random host ports
|
||||||
<portainer-tooltip position="bottom" message="When enabled, Portainer will let Docker automatically map a random port on the host to each one defined in the image Dockerfile."></portainer-tooltip>
|
<portainer-tooltip position="bottom" message="When enabled, Portainer will let Docker automatically map a random port on the host to each one defined in the image Dockerfile."></portainer-tooltip>
|
||||||
</label>
|
</label>
|
||||||
<label class="switch" style="margin-left: 20px;">
|
<label class="switch" style="margin-left: 20px;">
|
||||||
|
@ -68,9 +68,9 @@
|
||||||
<!-- port-mapping -->
|
<!-- port-mapping -->
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<div class="col-sm-12">
|
<div class="col-sm-12">
|
||||||
<label class="control-label text-left">Port mapping</label>
|
<label class="control-label text-left">Manual port publishing</label>
|
||||||
<span class="label label-default interactive" style="margin-left: 10px;" ng-click="addPortBinding()">
|
<span class="label label-default interactive" style="margin-left: 10px;" ng-click="addPortBinding()">
|
||||||
<i class="fa fa-plus-circle" aria-hidden="true"></i> map additional port
|
<i class="fa fa-plus-circle" aria-hidden="true"></i> publish a new port
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<!-- port-mapping-input-list -->
|
<!-- port-mapping-input-list -->
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue