How to properly store and share docker host access? -


i followed docker-machine tutorial setup docker swarm in cloud. had setup bunch of replicas , life good. need give teammates access docker swarm. how do that?

should share docker certificate files? can each team member have individual set of certificate files? there way setup oauth or other form of sso?

the docker daemon doesn't extended client auth.

you can generate certificate's each client ca signed swarm certificate, minimum want. access docker root access host best not hand out direct access everyone, or outside of development.

for extended authentication , authorisation need put broker between docker api , clients. easiest way use higher level management platform rancher or shipyard, can manage swarm you.

mesos/marathon/mesosphere , kubernetes simliar in function have more of own idea of clustering is.


Comments