Simple Way to Isolate Docker Users

Hi Guys, if you ever wanted to know how to isolate docker users the cheap way, then use Docker in Docker.

Hi Guys, if you ever wanted to know how to isolate docker users the cheap way, then use Docker in Docker.

https://blog.docker.com/2013/09/docker-can-now-run-within-docker/

First of all I know you will have some kind of degraded Performance but just for development that should be OK. So how you do it seaming less for your users ?

First of all install docker-ce on your machine, know create these files

Now when adding a user set it’s default shell to the created dockershell file and you’re done. If you want to have more features in your docker in docker environment simply build your own image with that functionality and use that.