[GH-ISSUE #260] Configuration: getting start on docker image leads to error #1696

Closed
opened 2026-03-01 17:52:56 +03:00 by kerem · 3 comments
Owner

Originally created by @metroroland on GitHub (Sep 3, 2019).
Original GitHub issue: https://github.com/ArchiveBox/ArchiveBox/issues/260

Executing the docker image :
echo 'https://google.com' | docker run -i -v /archiveBox:/data nikisweeting/archivebox

Lead to the following error
standard_init_linux.go:211: exec user process caused "exec format error"

Probably a duplicate for #243 and my host is an arm64 SBC

>root@pine64:~#  lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 18.04.3 LTS
Release:        18.04
Codename:       bionic
>root@pine64:~# docker --version
Docker version 19.03.1, build 74b1e89

Thanks for your time.

Edit, i download the ubuntu distribution ftom armbian.com

Originally created by @metroroland on GitHub (Sep 3, 2019). Original GitHub issue: https://github.com/ArchiveBox/ArchiveBox/issues/260 Executing the docker image : `echo 'https://google.com' | docker run -i -v /archiveBox:/data nikisweeting/archivebox` Lead to the following error `standard_init_linux.go:211: exec user process caused "exec format error"` Probably a duplicate for #243 and my host is an arm64 SBC >root@pine64:~# lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 18.04.3 LTS Release: 18.04 Codename: bionic >root@pine64:~# docker --version Docker version 19.03.1, build 74b1e89 Thanks for your time. Edit, i download the ubuntu distribution ftom armbian.com
kerem closed this issue 2026-03-01 17:52:57 +03:00
Author
Owner

@cdvv7788 commented on GitHub (Jul 16, 2020):

@metroroland is this still happening to you with the latest image from the django branch?

<!-- gh-comment-id:659471558 --> @cdvv7788 commented on GitHub (Jul 16, 2020): @metroroland is this still happening to you with the latest image from the `django` branch?
Author
Owner

@pirate commented on GitHub (Jul 23, 2020):

I'm going to close this for now since the django branch has likely fixed this. If you still encounter problems feel free to comment back here and I'll reopen the ticket.

git checkout django
git pull
docker build . -t archivebox
docker run -v $PWD/output:/data archivebox init
<!-- gh-comment-id:663064064 --> @pirate commented on GitHub (Jul 23, 2020): I'm going to close this for now since the `django` branch has likely fixed this. If you still encounter problems feel free to comment back here and I'll reopen the ticket. ```bash git checkout django git pull docker build . -t archivebox docker run -v $PWD/output:/data archivebox init ```
Author
Owner

@bxkx commented on GitHub (Jul 30, 2020):

I'm still experiencing this with RPi 4 running DietPi, following the docker-compose instructions.

I changed the version in the docker-compose.yaml to 3.6 though, as 3.7 gives me "ERROR: Version in "./docker-compose.yml" is unsupported. You might be seeing this error because you're using the wrong Compose file version." Even though I have Docker version 19.03.12 which supposedly supports 3.7.

I guess the Docker image just doesn't support ARM? At least "exec user process caused "exec format error"" is the error I usually get when images aren't compatible with ARM.

<!-- gh-comment-id:666299310 --> @bxkx commented on GitHub (Jul 30, 2020): I'm still experiencing this with RPi 4 running DietPi, following the docker-compose instructions. I changed the version in the docker-compose.yaml to 3.6 though, as 3.7 gives me "ERROR: Version in "./docker-compose.yml" is unsupported. You might be seeing this error because you're using the wrong Compose file version." Even though I have Docker version 19.03.12 which supposedly supports 3.7. I guess the Docker image just doesn't support ARM? At least "exec user process caused "exec format error"" is the error I usually get when images aren't compatible with ARM.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ArchiveBox#1696
No description provided.