mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-25 09:06:02 +03:00
[GH-ISSUE #260] Configuration: getting start on docker image leads to error #3204
Labels
No labels
expected: maybe someday
expected: next release
expected: release after next
expected: unlikely unless contributed
good first ticket
help wanted
pull-request
scope: all users
scope: windows users
size: easy
size: hard
size: medium
size: medium
status: backlog
status: blocked
status: done
status: idea-phase
status: needs followup
status: wip
status: wontfix
touches: API/CLI/Spec
touches: configuration
touches: data/schema/architecture
touches: dependencies/packaging
touches: docs
touches: js
touches: views/replayers/html/css
why: correctness
why: functionality
why: performance
why: security
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ArchiveBox#3204
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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/archiveboxLead 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
Thanks for your time.
Edit, i download the ubuntu distribution ftom armbian.com
@cdvv7788 commented on GitHub (Jul 16, 2020):
@metroroland is this still happening to you with the latest image from the
djangobranch?@pirate commented on GitHub (Jul 23, 2020):
I'm going to close this for now since the
djangobranch has likely fixed this. If you still encounter problems feel free to comment back here and I'll reopen the ticket.@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.