Skip to content

Fix "on-failure" restart policy being documented as "failure" - #754

Merged
thaJeztah merged 1 commit into
docker:masterfrom
thaJeztah:fix-on-failure
Dec 14, 2017
Merged

Fix "on-failure" restart policy being documented as "failure"#754
thaJeztah merged 1 commit into
docker:masterfrom
thaJeztah:fix-on-failure

Conversation

@thaJeztah

Copy link
Copy Markdown
Member

fixesdocker/docs#5516

Commit ddadd3d#diff-505c72218d90da970c16fdbf0b4f613cL551 (#147) refactored the markdown documentation, but accidentally changed on-failure to failure.

This patch corrects this change.

Commit ddadd3d refactored
the markdown documentation, but accidentally changed
`on-failure` to `failure`.
This patch corrects this change.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
@thaJeztah

Copy link
Copy Markdown
MemberAuthor

ping @MistyHacks PTAL

@codecov-io

codecov-io commented Dec 14, 2017

Copy link
Copy Markdown

Codecov Report

Merging #754 into master will not change coverage.
The diff coverage is n/a.

@@ Coverage Diff @@## master #754 +/- ##
=======================================
Coverage 53.45% 53.45% =======================================
Files 218 218 Lines 14613 14613 =======================================
Hits 7811 7811 Misses 6321 6321 Partials 481 481

@thaJeztah

Copy link
Copy Markdown
MemberAuthor

Author LGTM

@thaJeztah
thaJeztah merged commit 1d54f30 into docker:masterDec 14, 2017
@GordonTheTurtleGordonTheTurtle added this to the 18.01.0 milestone Dec 14, 2017
@thaJeztah
thaJeztah deleted the fix-on-failure branch December 14, 2017 22:20
nobiit pushed a commit to nobidev/docker-cli that referenced this pull request Nov 19, 2025
Fix "on-failure" restart policy being documented as "failure"
Upstream-commit: 1d54f30
Component: cli
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docker run --restart=failure should be --restart=on-failure

4 participants

@thaJeztah@codecov-io@mdlinville@GordonTheTurtle