[GH-ISSUE #526] any docker image command results in "[dumb-init] No such file or directory"? #334

Closed
opened 2026-03-01 14:42:35 +03:00 by kerem · 2 comments
Owner

Originally created by @tmladek on GitHub (Nov 4, 2020).
Original GitHub issue: https://github.com/ArchiveBox/ArchiveBox/issues/526

I'm trying to follow the guide in the README, but no matter what command I run with the image, I get basically the same error:

$ docker run -v ~/archivebox:/data -it nikisweeting/archivebox manage createsuperuser
[dumb-init] manage: No such file or directory

Or with docker-compose:

$ docker-compose run init
[dumb-init] init: No such file or directory
$ docker-compose up
Starting archivebox_archivebox_1 ... done
Attaching to archivebox_archivebox_1
archivebox_1  | [dumb-init] server: No such file or directory
archivebox_archivebox_1 exited with code 2

I looked around in the project's issues and also tried Googling, but of no avail.

Originally created by @tmladek on GitHub (Nov 4, 2020). Original GitHub issue: https://github.com/ArchiveBox/ArchiveBox/issues/526 I'm trying to follow the guide in the README, but no matter what command I run with the image, I get basically the same error: ``` $ docker run -v ~/archivebox:/data -it nikisweeting/archivebox manage createsuperuser [dumb-init] manage: No such file or directory ``` Or with docker-compose: ``` $ docker-compose run init [dumb-init] init: No such file or directory ``` ``` $ docker-compose up Starting archivebox_archivebox_1 ... done Attaching to archivebox_archivebox_1 archivebox_1 | [dumb-init] server: No such file or directory archivebox_archivebox_1 exited with code 2 ``` I looked around in the project's issues and also tried Googling, but of no avail.
kerem closed this issue 2026-03-01 14:42:35 +03:00
Author
Owner

@cdvv7788 commented on GitHub (Nov 4, 2020):

@tmladek what Image are you using? I am testing with the current master and I cannot reproduce it.

You should be able to make sure you have the latest version by running docker-compose pull or docker pull nikisweeting/archivebox.

<!-- gh-comment-id:722000433 --> @cdvv7788 commented on GitHub (Nov 4, 2020): @tmladek what Image are you using? I am testing with the current master and I cannot reproduce it. You should be able to make sure you have the latest version by running `docker-compose pull` or `docker pull nikisweeting/archivebox`.
Author
Owner

@tmladek commented on GitHub (Nov 5, 2020):

Oh wow, that's stupid! I did have an outdated image, I must have already tried to run archivebox on that machine and forgot about it. I thought that by running nikisweeting/archivebox:latest as per the docker-compose.yml, I am really getting the latest image.

Anyway, thanks!

<!-- gh-comment-id:722224008 --> @tmladek commented on GitHub (Nov 5, 2020): Oh wow, that's stupid! I did have an outdated image, I must have already tried to run archivebox on that machine and forgot about it. I thought that by running `nikisweeting/archivebox:latest` as per the `docker-compose.yml`, I am really getting the `latest` image. Anyway, thanks!
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#334
No description provided.