mirror of
https://github.com/docker/docs.git
synced 2026-04-02 01:08:53 +07:00
* Reword lots of instances of 'will' * Reword lots of instances of won't * Reword lots of instances of we'll * Eradicate you'll * Eradicate 'be able to' type of phrases * Eradicate 'unable to' type of phrases * Eradicate 'has / have to' type of phrases * Eradicate 'note that' type of phrases * Eradicate 'in order to' type of phrases * Redirect to official Chef and Puppet docs * Eradicate gratuitous 'please' * Reduce use of e.g. * Reduce use of i.e. * Reduce use of N.B. * Get rid of 'sexagesimal' and correct some errors
34 lines
1.5 KiB
Markdown
34 lines
1.5 KiB
Markdown
---
|
|
description: Upgrade Docker Engine on a node
|
|
keywords: upgrade, engine, node
|
|
redirect_from:
|
|
- /docker-cloud/feature-reference/docker-upgrade/
|
|
- /docker-cloud/tutorials/docker-upgrade/
|
|
title: Upgrade Docker Engine on a node
|
|
---
|
|
|
|
Docker Cloud helps you manage nodes that have Docker Engine installed on them.
|
|
You can upgrade the version of Docker Engine on your nodes when new versions are
|
|
released. Docker Cloud doesn't *automatically* upgrade your nodes for you
|
|
because your containers would need to be restarted to complete the upgrade.
|
|
Instead, we allow you to choose when you want to upgrade so you can plan for potential outage time during the restart.
|
|
|
|
## Upgrade Docker Engine in a node
|
|
|
|
Before you upgrade your nodes, go to the detail page of the node that you want to upgrade. On the left side is a **Docker Info** section that lists the currently installed version of Docker Engine.
|
|
|
|
If a new version is available, an up-arrow icon and a **New Docker version available** message appear above the current version line. Click the up-arrow
|
|
icon to start the upgrade process.
|
|
|
|

|
|
|
|
After upgrading Docker Engine, any containers that was running before the
|
|
upgrade is automatically restarted, regardless of the
|
|
[autorestart](../apps/autorestart.md) setting. Containers that were stopped are not
|
|
restarted.
|
|
|
|
|
|
## Upgrade nodes using the API and CLI
|
|
|
|
See our [API and CLI documentation](/apidocs/docker-cloud.md#upgrade-docker-daemon34) for more information on how to upgrade nodes with our API, SDKs, and the CLI.
|