Docker in docker implementation

24 views Asked by At

I have a use case where I need to run docker in docker, however I want to know if it’s possible to run docker commands without my pod image having the docker binary installed? I’ve mounted docker.sock on my pod however it only works if the docker binary is installed in my pod image, please let me know if it’s possible to run docker commands without my image having docker installed ?

I’ve tried installing the docker binary on my image and in that case it worked.

0

There are 0 answers