abhishekkrthakur / colabcode

Run VSCode (codeserver) on Google Colab or Kaggle Notebooks
MIT License
2.07k stars 276 forks source link

Can we run Docker on colabcode ? #51

Open giangdip2410 opened 3 years ago

giangdip2410 commented 3 years ago

I tried to run Docker on Colabcode terminal but It showed error "cannot connect to the docker daemon at unix:/var/run/docker.sock. is the docker daemon running colab" ? It seems like we can not run Docker on Google Colab , am I right ? Thank you very much

DevanshChoubey commented 3 years ago

I have tried tonnes of ways to do that, but as far as I know, it's not possible technically to run docker on colab or kaggle, don't remember the exact reason but it's related to the colab or Kaggle environment...

kcubeterm commented 3 years ago

One can run docker in collab by virtual machine what you call qemu. I tried once and yes I successfully able to run docker in collab.