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

Added support for docker options device and cap-add #276

Merged
merged 1 commit into from Mar 12, 2015
Merged

Added support for docker options device and cap-add #276

merged 1 commit into from Mar 12, 2015

Conversation

hvolkmer
Copy link
Contributor

With this change it is possible to configure a container like this:

docker_container 'somecontainer' do
  device "/dev/fuse"
  cap_add "SYS_ADMIN"
end

which will allow in this example for mounting of images inside the container.

@hvolkmer
Copy link
Contributor Author

The build failed b/c of Rubocop which is fixed in https://github.com/bflad/chef-docker/pull/269/files

@bflad
Copy link
Contributor

bflad commented Mar 12, 2015

LGTM!

@bflad bflad merged commit f9929ac into sous-chefs:master Mar 12, 2015
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