Eugeny / tabby-docker

Docker plugin for Tabby
48 stars 3 forks source link

Question: How do you pass command over? #30

Open totszwai opened 1 year ago

totszwai commented 1 year ago

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.

image

Eugeny commented 1 year ago

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.