mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-25 17:16:00 +03:00
[GH-ISSUE #152] Question about docker install #1614
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#1614
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 @flip111 on GitHub (Feb 22, 2019).
Original GitHub issue: https://github.com/ArchiveBox/ArchiveBox/issues/152
Hi i tried the normal docker install https://github.com/pirate/ArchiveBox/wiki/Docker#docker (without compose).
I get the following output which looks good:
Where can i see the results now and the files? Maybe some information could be added about this in the docker section of the wiki ?
@flip111 commented on GitHub (Feb 22, 2019):
I did a
and then checked the mnt directory. I saw an index.html file there which looked like:
The saved link is like https://www.iana.org/domains/reserved
but i expected http://example.com/
I'm not sure if this is the right way to do it .. maybe i shouldn't use mount.
@pirate commented on GitHub (Feb 27, 2019):
Hey this is correct, you did the right thing.
The reason it added
http://iana.org/domains/reservedinstead ofhttp://example.comis because you passed the URL as an argument to/bin/archiveboxinstead of via stdin.You can see on the https://github.com/pirate/ArchiveBox/wiki/Usage page, passing URLs via stdin archives each URL, but passing as the first argument treats it as a feed to scrape URLs from, so it's usually used for RSS feeds or netscape-format bookmark lists. If you want to archive http://example.com, just pass it in via stdin instead of as an argument.
It says this in the Docker docs, but maybe I could make it clearer.
Comment back if you're still having trouble and I'll help you out.
@flip111 commented on GitHub (Feb 27, 2019):
The usage page explains it well ... i overlooked this though. The stdin approach is not too intuitive without the description on the usage page, but ok.
I saw you added info on accessing the data. Thanks for that.
I will close this now because my initial issue has been resolved.
@pirate commented on GitHub (Feb 27, 2019):
I just edited both the Docker and Usage wiki pages to make it clearer, thanks!