go-shiori/shiori

Provide debug docker images to the able to run other commands inside the container

JER-ry opened this issue · 3 comments

docker exec -it shiori sh

There's no sh in the image currently, so this command gives an error. Maybe change it to

docker exec -it shiori [command], where [command] is something like shiori pocket 1.html.

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.

Relates to #964

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?