someengineering/fixinventory

[docker] resotoshell container should mount a local directory as download directory

aquamatthias opened this issue · 1 comments

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

  1. docker compose up
  2. docker exec -it resotoshell resh
  3. search all limit 1 | write foo
  4. File foo is written to the resotoshell container.

Logs

No response

Additional Context

No response

Fixed via #1243