portainer-docs/user/docker/services
James Carppe 5ae62f332d
GITBOOK-55: 2.18.3 updates
2023-05-23 01:02:37 +00:00
..
README.md GITBOOK-55: 2.18.3 updates 2023-05-23 01:02:37 +00:00
add.md GITBOOK-43: Last minute updates 2023-04-18 05:43:13 +00:00
configure.md GITBOOK-55: 2.18.3 updates 2023-05-23 01:02:37 +00:00
logs.md GITBOOK-43: Last minute updates 2023-04-18 05:43:13 +00:00
rollback.md GITBOOK-43: Last minute updates 2023-04-18 05:43:13 +00:00
scale.md GITBOOK-43: Last minute updates 2023-04-18 05:43:13 +00:00
tasks.md GITBOOK-43: Last minute updates 2023-04-18 05:43:13 +00:00
webhooks.md GITBOOK-43: Last minute updates 2023-04-18 05:43:13 +00:00

README.md

Services

{% hint style="info" %} The Services menu is only available to Docker Swarm endpoints. {% endhint %}

A service consists of an image definition and container configuration as well as instructions on how those containers will be deployed across a Swarm cluster.

When the new image notification feature is enabled, the circle next to the image name indicates whether the local image is up to date, with a green circle indicating it is up to date and a red circle indicating that there is a newer version of the image available at the remote registry. A grey circle indicates Portainer was unable to determine whether there is an update available for the image.

For more on how this works, have a look at this knowledge base article.

{% content-ref url="add.md" %} add.md {% endcontent-ref %}

{% content-ref url="configure.md" %} configure.md {% endcontent-ref %}

Once a service has been created you can scale it to meet your needs, as well as view individual task status and logs.

{% content-ref url="scale.md" %} scale.md {% endcontent-ref %}

{% content-ref url="tasks.md" %} tasks.md {% endcontent-ref %}

{% content-ref url="logs.md" %} logs.md {% endcontent-ref %}

If you need to undo some changes to a service, you can roll it back.

{% content-ref url="rollback.md" %} rollback.md {% endcontent-ref %}

You can also configure webhooks for your services.

{% content-ref url="webhooks.md" %} webhooks.md {% endcontent-ref %}