Adding docs for "overlay2.size" storage-opt#215
Merged
Conversation
ea06046 to
f2c2556
Compare
Codecov Report
@@ Coverage Diff @@
## master #215 +/- ##
==========================================
- Coverage 46.85% 46.84% -0.01%
==========================================
Files 172 172
Lines 11692 11692
==========================================
- Hits 5478 5477 -1
- Misses 5902 5903 +1
Partials 312 312 |
thaJeztah
requested changes
Jun 28, 2017
Member
thaJeztah
left a comment
There was a problem hiding this comment.
spotted one typo, but LGTM after that's fixed
also ping @vdemeester PTAL
| ###### Example | ||
|
|
||
| ```bash | ||
| $ sudo dockerd -s overaly2 --storage-opt overlay2.size=1G |
Member
There was a problem hiding this comment.
oh, typo; s/overaly2/overlay2
Contributor
Author
There was a problem hiding this comment.
Thanks fixed the typo
Signed-off-by: Dhawal Yogesh Bhanushali <dbhanushali@vmware.com>
f2c2556 to
ff2552f
Compare
albers
added a commit
to albers/docker-cli
that referenced
this pull request
Jul 3, 2017
This adds bash completion for - docker#215 - moby/moby#32977 Signed-off-by: Harald Albers <github@albersweb.de>
andrewhsu
pushed a commit
to docker-archive/docker-ce
that referenced
this pull request
Jul 14, 2017
This adds bash completion for - docker/cli#215 - moby/moby#32977 Signed-off-by: Harald Albers <github@albersweb.de> Upstream-commit: a4b1769bb600edf9c7542247fccc3e7dae074da0 Component: cli
alshabib
pushed a commit
to alshabib/cli
that referenced
this pull request
Aug 1, 2017
This adds bash completion for - docker#215 - moby/moby#32977 Signed-off-by: Harald Albers <github@albersweb.de>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Docs for change moby/moby#32977
And issue moby/moby#30491
Signed-off-by: Dhawal Yogesh Bhanushali dbhanushali@vmware.com