[docker] resotoshell container should mount a local directory as download directory
aquamatthias opened this issue · 1 comments
aquamatthias commented
Description
Using the docker setup it is not easy to get access to the download directory.
The default compose should mount a local directory for the shell server and use this as download directory for resh.
Version
2.5.0
Environment
No response
Steps to Reproduce
- docker compose up
- docker exec -it resotoshell resh
- search all limit 1 | write foo
- File foo is written to the resotoshell container.
Logs
No response
Additional Context
No response
aquamatthias commented
Fixed via #1243