Add prereqs to AUFS configuration steps#1067
Merged
mdlinville merged 2 commits intomasterfrom Jan 18, 2017
Merged
Conversation
thaJeztah
reviewed
Jan 9, 2017
| DOCKER_OPTS="--storage-driver=aufs" | ||
| ```none | ||
| # Use DOCKER_OPTS to modify the daemon startup options. | ||
| DOCKER_OPTS="--storage-driver=aufs" |
Member
There was a problem hiding this comment.
not related, but looks like we need to update this as well, to use the daemon.json approach
thaJeztah
reviewed
Jan 9, 2017
| nodev aufs | ||
| This output indicates the system supports AUFS. If you get no output, your system does | ||
| not support AUFS. You can address this by upgrading your host system's kernel to 3.13 | ||
| or higher. It is recommended to intall the kernel headers when you upgrade. |
Member
There was a problem hiding this comment.
Don't think it's in the kernel by default, and the linux-image-extra kernel package is needed (at least on Ubuntu)
Author
There was a problem hiding this comment.
Oops, you are right. I missed that. Have a look now.
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.
Fixes #1061