[GH-ISSUE #780] Don't use -t in docker examples (other than init) #494

Closed
opened 2026-03-01 14:44:06 +03:00 by kerem · 1 comment
Owner

Originally created by @jgoerzen on GitHub (Jul 5, 2021).
Original GitHub issue: https://github.com/ArchiveBox/ArchiveBox/issues/780

Wiki Page URL

https://github.com/ArchiveBox/ArchiveBox/wiki/Docker#usage-1

Suggested Edit

Docker gives "not a TTY" when piping data into a command that uses -t. Just use -i, instead of -it, on any command that's got data being piped in.

Originally created by @jgoerzen on GitHub (Jul 5, 2021). Original GitHub issue: https://github.com/ArchiveBox/ArchiveBox/issues/780 ## Wiki Page URL https://github.com/ArchiveBox/ArchiveBox/wiki/Docker#usage-1 ## Suggested Edit Docker gives "not a TTY" when piping data into a command that uses -t. Just use -i, instead of -it, on any command that's got data being piped in.
kerem closed this issue 2026-03-01 14:44:06 +03:00
Author
Owner

@pirate commented on GitHub (Jul 5, 2021):

Ah yeah, I had already fixed this in the README a while back but forgot to fix the Wiki, thanks! Fixed.

<!-- gh-comment-id:874363500 --> @pirate commented on GitHub (Jul 5, 2021): Ah yeah, I had already fixed this in the README a while back but forgot to fix the Wiki, thanks! Fixed.
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#494
No description provided.