Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Raspberry Pi with Docker: exec user process caused: exec format error #37

Open
ErikSlevin-zz opened this issue Dec 27, 2021 · 0 comments

Comments

@ErikSlevin-zz
Copy link

ErikSlevin-zz commented Dec 27, 2021

Sry, i can´t start your Container :(

my Compose / Stack

version: "3"

services:
  youtube-dl:
    image: modenaf360/youtube-dl-nas:latest
    container_name: youtube-dl
    hostname: youtube-dl
    
    ports:
      - 9060:8080

      
    volumes:
      - /media:/downfolder
      
    labels:
      - "com.centurylinklabs.watchtower.enable=true"
      
    restart: always

Log Error:
standard_init_linux.go:228: exec user process caused: exec format error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant