Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add prereqs to AUFS configuration steps #1067

Merged
merged 2 commits into from
Jan 18, 2017
Merged

Conversation

mdlinville
Copy link

Fixes #1061

DOCKER_OPTS="--storage-driver=aufs"
```none
# Use DOCKER_OPTS to modify the daemon startup options.
DOCKER_OPTS="--storage-driver=aufs"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not related, but looks like we need to update this as well, to use the daemon.json approach

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.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't think it's in the kernel by default, and the linux-image-extra kernel package is needed (at least on Ubuntu)

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops, you are right. I missed that. Have a look now.

@mdlinville mdlinville merged commit 5720fbb into master Jan 18, 2017
@mdlinville mdlinville deleted the 1061_aufs_prereqs branch January 18, 2017 23:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants