Merge pull request #8524 from duglin/Regardless

Fix typo: reguardless should be regardless
This commit is contained in:
James Turnbull 2014-10-13 13:18:21 -04:00
Родитель fe03da7da8 ba7038c8d2
Коммит 8a32aa26c1
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1367,7 +1367,7 @@ how a container should or should not be restarted on exit.
** on-failure ** - Restart the container only if it exits with a non zero exit status.
** always ** - Always restart the container reguardless of the exit status.
** always ** - Always restart the container regardless of the exit status.
You can also specify the maximum amount of times Docker will try to
restart the container when using the ** on-failure ** policy. The