You are currently using an anonymous account to pull images from DockerHub and will be limited to 100 pulls every 6 hours. You can configure DockerHub authentication in
You are currently using an anonymous account to pull images from DockerHub and will be limited to 100 pulls every 6 hours. Contact your administrator to configure
<portainer-tooltipposition="bottom"message="Disabling this option allows you to pause the log collection process and the auto-scrolling."></portainer-tooltip>
The new container may fail to start if the image is changed, and settings from the previous container aren't compatible. Common causes include entrypoint, cmd or
<ahref="http://portainer.readthedocs.io/en/stable/agent.html"target="_blank">other settings</a> set by an image.
The Docker registry for the <code>{{ config.Image }}</code> image is not registered inside Portainer, you will not be able to create a container. Please register that
registry first.
</span>
@ -60,18 +58,14 @@
message="When enabled, Portainer will automatically try to pull the specified image before creating the container."
message="When a range of ports on the host and a single port on the container is specified, Docker will randomly choose a single available port in the defined range and forward that to the container port."
Portainer is connected to a node that is part of a Swarm cluster. Some resources located on other nodes in the cluster might not be available for management, have a look at
<ahref="http://portainer.readthedocs.io/en/stable/agent.html"target="_blank">our agent setup</a> for more details.
You can upload a Dockerfile or a tar archive containing a Dockerfile from your computer. When using a tarball, the root folder will be used as the build
Specify the URL to a Dockerfile, a tarball or a public Git repository (suffixed by <b>.git</b>). When using a tarball or a Git repository URL, the root folder
@ -184,9 +170,7 @@
</div>
</div>
<divclass="form-group">
<spanclass="col-sm-12 text-muted small">
Indicate the path to the Dockerfile within the tarball/repository (ignored when using a Dockerfile).
</span>
<spanclass="col-sm-12 text-muted small"> Indicate the path to the Dockerfile within the tarball/repository (ignored when using a Dockerfile). </span>
<portainer-tooltipposition="bottom"message="Secrets need to be base64 encoded. Disable this if your secret is already base64 encoded."></portainer-tooltip>
message="Create a webhook (or callback URI) to automate the update of this service. Sending a POST request to this callback URI (without requiring any authentication) will pull the most up-to-date version of the associated image and re-deploy this service."
<divng-repeat="config in formValues.Configs"style="margin-top: 2px">
<divclass="input-group col-sm-4 input-group-sm">
<spanclass="input-group-addon">config</span>
<selectclass="form-control"ng-model="config.model"ng-change="checkIfConfigDuplicated()"ng-options="config.Name for config in availableConfigs | orderBy: 'Name'">
<divng-repeat="secret in formValues.Secrets track by $index"style="margin-top: 4px">
<divclass="input-group col-sm-4 input-group-sm">
<spanclass="input-group-addon">secret</span>
<selectclass="form-control"ng-model="secret.model"ng-change="checkIfSecretDuplicated()"ng-options="secret.Name for secret in availableSecrets | orderBy: 'Name'">
Amount of time between updates expressed by a number followed by unit (ns|us|ms|s|m|h). Default value is 0s, 0 seconds.
</p>
<pclass="small text-muted"> Amount of time between updates expressed by a number followed by unit (ns|us|ms|s|m|h). Default value is 0s, 0 seconds. </p>
</div>
</div>
<!-- !delay-input -->
@ -41,9 +35,7 @@
</div>
</div>
<divclass="col-sm-5">
<pclass="small text-muted">
Action taken on failure to start after update.
</p>
<pclass="small text-muted"> Action taken on failure to start after update. </p>
</div>
</div>
<!-- !failureAction-input -->
@ -57,16 +49,12 @@
</div>
</div>
<divclass="col-sm-5">
<pclass="small text-muted">
Operation order on failure.
</p>
<pclass="small text-muted"> Operation order on failure. </p>
Delay between restart attempts expressed by a number followed by unit (ns|us|ms|s|m|h). Default value is 5s, 5 seconds.
</p>
<pclass="small text-muted"> Delay between restart attempts expressed by a number followed by unit (ns|us|ms|s|m|h). Default value is 5s, 5 seconds. </p>
Maximum attempts to restart a given task before giving up (default value is 0, which means unlimited).
</p>
<pclass="small text-muted"style="margin-top: 10px"> Maximum attempts to restart a given task before giving up (default value is 0, which means unlimited). </p>
Amount of time between updates expressed by a number followed by unit (ns|us|ms|s|m|h). Example: 1m.
</p>
<pclass="small text-muted"style="margin-top: 10px"> Amount of time between updates expressed by a number followed by unit (ns|us|ms|s|m|h). Example: 1m. </p>
message="Webhook (or callback URI) used to automate the update of this service. Sending a POST request to this callback URI (without requiring any authentication) will pull the most up-to-date version of the associated image and re-deploy this service."
<divng-if="formValues.NFSData.useNFS"class="small text-muted"style="margin-top: 10px;"> Ensure <code>nfs-utils</code> are installed on your hosts. </div>
<divng-if="formValues.NFSData.useNFS"class="small text-muted"style="margin-top: 10px"> Ensure <code>nfs-utils</code> are installed on your hosts. </div>
<divng-if="formValues.CIFSData.useCIFS"class="small text-muted"style="margin-top: 10px;"> Ensure <code>cifs-utils</code> are installed on your hosts. </div>
<divng-if="formValues.CIFSData.useCIFS"class="small text-muted"style="margin-top: 10px"> Ensure <code>cifs-utils</code> are installed on your hosts. </div>