Problem statement
When opening a shell session for a container, Docker already starts the shell in the directory defined by the container's WORKDIR.
It would be useful if the container file browser in Dockhand behaved the same way and opened directly in the container's WORKDIR instead of opening at the filesystem root. Would it be technically possible?
Proposed solution
The file browser should open in the container's WORKDIR directory when available
Alternatives considered
No response
Additional context
No response
Problem statement
When opening a shell session for a container, Docker already starts the shell in the directory defined by the container's
WORKDIR.It would be useful if the container file browser in Dockhand behaved the same way and opened directly in the container's
WORKDIRinstead of opening at the filesystem root. Would it be technically possible?Proposed solution
The file browser should open in the container's
WORKDIRdirectory when availableAlternatives considered
No response
Additional context
No response