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

Security: Authentication model #8

Closed
metalivedev opened this issue Feb 1, 2013 · 2 comments
Closed

Security: Authentication model #8

metalivedev opened this issue Feb 1, 2013 · 2 comments

Comments

@metalivedev
Copy link
Contributor

If you can manipulate docker from inside docker, what is the authentication model?
How do I keep other containers from messing with me, cloning me, starting me, stopping me?
Or how do I give them permission to do so?

@shykes
Copy link
Contributor

shykes commented Feb 1, 2013

On Thu, Jan 31, 2013 at 5:56 PM, Andy Rothfusz notifications@github.comwrote:

If you can manipulate docker from inside docker, what is the
authentication model?
How do I keep other containers from messing with me, cloning me, starting
me, stopping me?
Or how do I give them permission to do so?

When we offer an introspection API, it will have to be scoped. That can be
done by source IP for example, since Docker controls the networking
topology and addressing for all containers.

Optionally, containers could have a "privileged" flag which allows them to
mess with other containers. This would be a great way to extend the
capabilities of Docker while staying in "userland".

@shykes
Copy link
Contributor

shykes commented Feb 25, 2013

Closing the issue, feel free to continue the conversation on the mailing list.

@shykes shykes closed this as completed Feb 25, 2013
crosbymichael referenced this issue in crosbymichael/docker Nov 8, 2013
aufs: Improve aufs detection by looking at proc fs
crosbymichael added a commit that referenced this issue Feb 19, 2014
Simplify code + Allow more generic attr children + remove prefix
dmcgowan referenced this issue in dmcgowan/docker Sep 18, 2014
Update pull to use manifest data from registry
psftw pushed a commit to psftw/docker that referenced this issue Oct 24, 2014
Fix azure sdk import in azure host driver.
squaremo pushed a commit to squaremo/docker that referenced this issue Apr 14, 2015
Fix label marshalling; improve test script
progrium pushed a commit to progrium/docker that referenced this issue May 9, 2015
Adding mutex to extpointHandlers
cherrry pushed a commit to cherrry/docker that referenced this issue Feb 11, 2016
Revert "selinux/overlay incompatible err"
thaJeztah pushed a commit to thaJeztah/docker that referenced this issue Jul 8, 2022
thaJeztah added a commit that referenced this issue Oct 18, 2022
[20.10 backport] builder: Isolate Git from local system
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

No branches or pull requests

2 participants