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

Remove vfs as default storage driver. #89

Merged
merged 1 commit into from Oct 31, 2017

Conversation

AaronFriel
Copy link
Contributor

This is a follow-on of #88. The vfs storage driver is no longer defaulted to, as Docker now has more sensible defaults than it did when device mapper was used. Years ago, Docker defaulted to the devicemapper storage driver, which had issues reclaiming space and filling disks (see: moby/moby/issues/3182). I believe the reason the Docker in Docker (dind) image defaulted to the vfs storage driver was to avoid that issue.

Fortunately, since I created moby/moby/issues/3182, Docker now defaults to more flexible storage drivers such as overlay2, zfs, and btrfs, and the dind image no longer needs to default to vfs.

This PR will improve performance of Docker in Docker images running on any of the aforementioned storage drivers.

Copy link
Member

@tianon tianon left a comment

Choose a reason for hiding this comment

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

LGTM, thanks!

The Travis failure is 17.11-rc which is due to non-static binaries for docker-containerd* (see moby/moby#35350).

@tianon tianon merged commit 598fcbb into docker-library:master Oct 31, 2017
tianon added a commit to infosiftr/stackbrew that referenced this pull request Oct 31, 2017
- `docker`: remove `vfs` as default `--storage-driver` (docker-library/docker#89), add `zfs` utils (docker-library/docker#87)
- `ghost`: 1.16.1
- `golang`: `arm64v8` for 1.8 (new in 1.8.5)
- `redmine`: skip `bundle exec` for getting the database adapter (docker-library/redmine#92)
- `wordpress`: 4.8.3
@AaronFriel AaronFriel deleted the remove-vfs-default branch October 31, 2017 22:48
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.

None yet

2 participants