I am trying to map a local directory over to the docker volume but it doesn't look like I could pass the command to it. I already have a home directory created and if I set the mapping directly in Docker Desktop, it work just fine, but when I use Tabby plugin to attach to my already running container, nothing shows up in the mapped volume.
The command field changes the command that is being executed in the container - you can't change mounted volumes through tabby-docker yet, or change other container options.
I am trying to map a local directory over to the docker volume but it doesn't look like I could pass the command to it. I already have a home directory created and if I set the mapping directly in Docker Desktop, it work just fine, but when I use Tabby plugin to attach to my already running container, nothing shows up in the mapped volume.