mirror of
https://github.com/go-shiori/shiori.git
synced 2026-04-25 06:25:54 +03:00
[GH-ISSUE #937] Provide debug docker images to the able to run other commands inside the container #418
Labels
No labels
component:backend
component:builds
component:builds
component:extension
component:frontend
component:readability
database
database:mysql
database:postgres
database:sqlite
feature:ebooks
github_actions
good first issue
hacktoberfest
note:duplicate?
note:fixed?
note:out-of-scope?
os:windows
priority:high
priority:low
pull-request
resolution:as-intended
resolution:cant-reproduce
resolution:duplicate
resolution:fixed
resolution:wontfix
tag:TBD
tag:big-task
tag:help-wanted
tag:huge-data
tag:meta
tag:more-info
tag:next
tag:no-stale
tag:requires-migrations
tag:research
tag:security 🛡️
tag:stale
tag:waiting-for-assignee
type:bug
type:documentation
type:enhancement
type:meta
type:ux
user:cli
user:web
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shiori#418
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 @JER-ry on GitHub (Jun 9, 2024).
Original GitHub issue: https://github.com/go-shiori/shiori/issues/937
Originally assigned to: @fmartingr on GitHub.
github.com/go-shiori/shiori@9aa8332c3c/docs/Usage.md (L38)There's no
shin the image currently, so this command gives an error. Maybe change it to@stale[bot] commented on GitHub (Jul 10, 2024):
This issue has been automatically marked as stale because it has not had any activity for quite some time.
It will be closed if no further activity occurs.
Thank you for your contributions.
@fmartingr commented on GitHub (Aug 27, 2024):
Relates to #964
@essys commented on GitHub (Sep 6, 2024):
How can the export or import function be used, as we are currently unable to exec into the container?
I remember in past versions it was possible to docker exec -it shiori /bin/ash into the container as it was alpine based.
Is there a possibility that we can currently use the export function?
@essys commented on GitHub (Dec 29, 2024):
It's still not possivle to exec into the container to run exports?
How can export cmds currently be executed?
I cannot find anything in current docs:
https://github.com/go-shiori/shiori/tree/master/docs
@fmartingr commented on GitHub (Jan 3, 2025):
We now create multi-tag images. You can preppend
alpine-to the tag you are using (example:alpine-v1.7.3) and you have an Alpine OS at your disposal.