Last active
June 5, 2019 11:06
-
-
Save zeerorg/bc22e24c565e8708a8c569e0f2c40b24 to your computer and use it in GitHub Desktop.
Revisions
-
zeerorg revised this gist
Jun 5, 2019 . 1 changed file with 5 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,8 @@ # Python3-Debian [Link](https://github.com/openfaas-incubator/python3-debian) Runs on Root user hence cannot be invoked from arbitrary `--user` flag. Error: `docker: Error response from daemon: OCI runtime create failed: container_linux.go:344: starting container process caused "chdir to cwd (\"/root\") set in config.json failed: permission denied": unknown` The same error occurs in python-flask template [link](https://github.com/openfaas-incubator/python-flask-template/) -
zeerorg revised this gist
Jun 5, 2019 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,2 +1,4 @@ # Python3-Debian [Link](https://github.com/openfaas-incubator/python3-debian) Runs on Root user hence cannot be invoked from arbitrary `--user` flag. -
zeerorg created this gist
Jun 5, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,2 @@ # Python3-Debian [Link](https://github.com/openfaas-incubator/python3-debian)