question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Start the Container under a arm32v7 environment

See original GitHub issue

Hello,

i have docker running on my raspberry pi 4b with 4 GB RAM.

I want to use the nginx-proxy but there was not separate arm32v7 container thatswhy i was pulling it from the git repository and changing the docker-compose.yml to: ##################### version: ‘2’ services: nginx-proxy: build: . container_name: nginx-proxy ports: - “443:443” volumes: - /var/run/docker.sock:/tmp/docker.sock:ro #####################

I started it with ‘docker-compose up’ and got the following message as latest: nginx-proxy | WARNING: /etc/nginx/dhparam/dhparam.pem was not found. A pre-generated dhparam.pem will be used for now while a new one nginx-proxy | is being generated in the background. Once the new dhparam.pem is in place, nginx will be reloaded. nginx-proxy | /app/docker-entrypoint.sh: line 34: /usr/local/bin/forego: cannot execute binary file: Exec format error nginx-proxy | /app/docker-entrypoint.sh: line 34: /usr/local/bin/forego: Success nginx-proxy exited with code 1

Has someone a idea how i could fix this?

Greetings

Daniel

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:2
  • Comments:7 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
IoTPlaycommented, Jan 9, 2020

Hello @jwilder, will we have an ARM docker impage on hub soon? Thank you for your work.

1reaction
aeltawelacommented, Aug 18, 2019

@BMWfan No I don’t know how to proceed, but I just had a look on the docker file and found it depends on Nginx, forego, and docker-gen.

Nginx already has arm32v7 version while forego and docker-gen are based on golang so theoretically you build armv7 version for both of them too.

If it is really needed by others as well, I can fork and maintain an armv7 version. Do you know few other people who would like to join?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Start the Container under a arm32v7 environment · Issue #1317
Hello, i have docker running on my raspberry pi 4b with 4 GB RAM. I want to use the nginx-proxy but there was...
Read more >
arm32v7/docker - Docker Image
Docker is an open-source project that automates the deployment of applications inside software containers, by providing an additional layer of abstraction ...
Read more >
Running and Building ARM Docker Containers on x86
We'll be using QEMU and Docker to set up our emulated environment. QEMU is an open source machine emulator and virtualizer. It allows...
Read more >
Dockerfile - Start9
This purpose of the Dockerfile is to define how to build the image for the service. It declares the environment and building stages....
Read more >
Running and Building ARM Docker Containers on x86
We'll be using QEMU and Docker to set up our emulated environment. QEMU is an open source machine emulator and virtualizer. It allows...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found