Open SadriddinDev opened 2 years ago
have you tried a newer ubuntu image? Ubuntu 14.04 is fairly old (it was originally supposed to be EOL'd earlier this year but got extended). I wouldn't be surprised if it has issues on Apple Silicon under emulation.
@nicks project implemented in Ubuntu 14.04. When I try to use newer ubuntu image, I got more issues than before.
My python2.7 project runs into the same issue. If I run the same project in python3.6 then it works fine. Due to certain limitations I currently need to run my project in python2.7, even though that version is already EOL'd.
There hasn't been any activity on this issue for a long time.
If the problem is still relevant, mark the issue as fresh with a /remove-lifecycle stale
comment.
If not, this issue will be closed in 30 days.
Prevent issues from auto-closing with a /lifecycle frozen
comment.
/lifecycle stale
Expected behavior
Python project should run without issues.
Actual behavior
I worked on windows and docker desktop for windows before. Project ran in docker container without any issue. Everything was fine. Next I bought mac m1 one month ago. I tried to run docker container in macbook pro. But container did not run. First I edited Dockerfile and used
FROM --platform=linux/amd64 ubuntu:14.04
instead ofFROM ubuntu:14.04
. Next I got different issue:Information
Output of
/Applications/Docker.app/Contents/MacOS/com.docker.diagnose check
Dockerfile:
Log message when I run container:
!!! Please help me. I am not able to solve this problem more than 1 month. This is very important to me. Any suggestions or advice are also appreciated.