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

Ability to configure Docker daemon options #92

Closed
wants to merge 2 commits into from

Conversation

Rickkwa
Copy link
Contributor

@Rickkwa Rickkwa commented Oct 8, 2018

Resolves #90

@davidecavestro
Copy link

This patch would also cover #84

@varac
Copy link

varac commented Dec 3, 2018

Hej, what's the state of this PR ? Would love to see it merged soon !

@llbbl
Copy link

llbbl commented Jan 25, 2019

devicemapper shouldn't be set as default.

docker/cli#1424

@boxrick
Copy link

boxrick commented Mar 18, 2019

This would also fix some issues I am having, @geerlingguy any chance of a merge?

@andrey1vanov
Copy link

@geerlingguy is there any chance that PR will be merged? As this is a really nice feature.

keeper213 pushed a commit to keeper213/ansible-role-docker that referenced this pull request Nov 13, 2019
@stale
Copy link

stale bot commented Mar 6, 2020

This pull request has been marked 'stale' due to lack of recent activity. If there is no further activity, the PR will be closed in another 30 days. Thank you for your contribution!

Please read this blog post to see the reasons why I mark pull requests as stale.

@stale stale bot added the stale label Mar 6, 2020
@stale
Copy link

stale bot commented Apr 5, 2020

This pull request has been closed due to inactivity. If you feel this is in error, please reopen the pull request or file a new PR with the relevant details.

@stale stale bot closed this Apr 5, 2020
@robbyoconnor
Copy link

Please reopen this

@dr-edmond-merkle
Copy link

I think you need to create the configuration file before the installation of docker in the task? I needed that for this to work for me locally.

Repository owner deleted a comment from robbyoconnor Jan 13, 2021
@geerlingguy geerlingguy reopened this Jan 13, 2021
@stale
Copy link

stale bot commented Jan 13, 2021

This pull request is no longer marked for closure.

@stale stale bot removed the stale label Jan 13, 2021
- name: Ensure /etc/docker/ directory exists.
file:
path: /etc/docker
state: directory
Copy link
Owner

Choose a reason for hiding this comment

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

The last thing I'd like to make sure to do is not touch the file if the default (docker_daemon_options: {}) is set.

That way (a) existing role users won't have that file wiped out if it currently contains things and they update the role, and (b) people can manage the file on their own simply by not setting the option in this role's vars.

@stale
Copy link

stale bot commented Apr 15, 2021

This pull request has been marked 'stale' due to lack of recent activity. If there is no further activity, the PR will be closed in another 30 days. Thank you for your contribution!

Please read this blog post to see the reasons why I mark pull requests as stale.

@stale stale bot added the stale label Apr 15, 2021
@robbyoconnor
Copy link

bump

@stale
Copy link

stale bot commented Apr 16, 2021

This issue is no longer marked for closure.

@stale stale bot removed the stale label Apr 16, 2021
@stale
Copy link

stale bot commented Jul 16, 2021

This pull request has been marked 'stale' due to lack of recent activity. If there is no further activity, the PR will be closed in another 30 days. Thank you for your contribution!

Please read this blog post to see the reasons why I mark pull requests as stale.

@stale stale bot added the stale label Jul 16, 2021
@robbyoconnor
Copy link

bump

@stale
Copy link

stale bot commented Jul 16, 2021

This issue is no longer marked for closure.

@stale stale bot removed the stale label Jul 16, 2021
@geerlingguy
Copy link
Owner

Closing in favor of #256, which is based on this.

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.

Feature Request: allow override of dockerd options
9 participants