I want to implement Docker for my project.
Now, my project has an enterprise server (Redhat 6) which is running ESXi. We created many developer accounts and set permissions for them. Our developers use the vSphere Client to manage the virtual machines.
(source: vmware.com)
We can install the Docker on the server. But how to provide the developers account so that they can access the server via their machine? I mean that the developers could manage their dockers by a client. Could we implement a similar workflow like VMware?
- Server: which software to manage Docker users account?
- Client: which software to connect the Docker server?