SadeghHayeri / GreenTunnel

GreenTunnel is an anti-censorship utility designed to bypass the DPI system that is put in place by various ISPs to block access to certain websites.
MIT License
4.37k stars 276 forks source link

Docker image and ARMv7 on Raspberry Pi #61

Closed chung1905 closed 4 years ago

chung1905 commented 4 years ago

Describe the bug Can't start application via Docker on Raspbian 18.04.

To Reproduce Steps to reproduce the behavior:

  1. Run docker run -p 8000:8000 sadeghhayeri/green-tunnel
  2. See error: standard_init_linux.go:211: exec user process caused "exec format error"

Expected behavior Application starts

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

albadrun commented 4 years ago

Every tag on Docker Hub is specialized to linux/amd64 arch. For arm arch, you can build the docker image yourself. :D

ardinusawan commented 4 years ago

Hi @chung1905, I create PR for this case. You can give it a try here: https://github.com/SadeghHayeri/GreenTunnel/pull/68

chung1905 commented 4 years ago

Thank @ardinusawan , it works on my side.

Closing issue.