Standard_init_linux.go:211: Exec User Process Caused "operation Not Permitted"
I was trying to run a django-rest-framework app on docker using python 2.7 & django = 1.11 image and postgerss images. here is my docker-compose.yml file. I am running Docker
Solution 1:
I tried many fixes but none could work for me so I moved to WSL(Windows sub-system for Linux). I set up my environment there, cloned my repository there and it is working now. To use Docker on the WSL I used this post This might help others facing similar issue like me.
Post a Comment for "Standard_init_linux.go:211: Exec User Process Caused "operation Not Permitted""