Merge pull request #962 from davidjb/run-docs

Clarify behaviour of restart policy in run ref doc
This commit is contained in:
Sebastiaan van Stijn 2018-03-26 13:14:44 +01:00 committed by GitHub
commit db11cffe37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -525,9 +525,9 @@ Docker supports the following restart policies:
<tr> <tr>
<td><strong>unless-stopped</strong></td> <td><strong>unless-stopped</strong></td>
<td> <td>
Always restart the container regardless of the exit status, but Always restart the container regardless of the exit status,
do not start it on daemon startup if the container has been put including on daemon startup, except if the container was put
to a stopped state before. into a stopped state before the Docker daemon was stopped.
</td> </td>
</tr> </tr>
</tbody> </tbody>