mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-25 17:16:00 +03:00
[GH-ISSUE #1164] Support: How to start archivebox server in Docker #721
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#721
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 @Nio692001 on GitHub (Jun 24, 2023).
Original GitHub issue: https://github.com/ArchiveBox/ArchiveBox/issues/1164
I have followed the Quick Start Instructions
Now When I try and start the server in Docker I get this and it ends by exiting.
I am on Mac OS 13.0.1
@pirate commented on GitHub (Jun 28, 2023):
Look like it's working correctly, what part is failing for you? This output is just from the setup command. You need to run
archivebox serverto start the server (like it says in the help text).Can you post the commands you're running and what you're expecting (not just the output)
@Nio692001 commented on GitHub (Jun 30, 2023):
If I understand correctly, after install I should be able to start the container and run archivebox server then connect via http to local. The container starts, I run the coimmand then it stops. No web page.
@sclu1034 commented on GitHub (Jul 11, 2023):
archivebox serveris the command you need to run, e,garchivebox server --quick-init 0.0.0.0:8000.@shperrung commented on GitHub (Nov 22, 2023):
I join to this.
docker compose run archivebox init --setupreturns docker error#unknown flag --setup@pirate commented on GitHub (Dec 17, 2023):
Closing this original issue as stale for now. Please pull the latest version
docker pull archivebox/archivebox:devfrom Docker hub and try again.@shperrung can you please open a new issue with a screenshot of the error in your terminal and the full output of
docker compose run archivebox version.