In VSCode, when i go to Configurations-extraparams, i’m propmted for a ‘key’ then a ‘Value’.
In general for extraparms
the syntax it uses is stated in the best practices article that I referenced:
The
extraparms
takes a key-value pair, which syntax shall match the Python API as specified in the Docker SDK for Python.
For specifically bind-propagation bind mount, there’s an example of the key-value pair in the other community post I referenced.
Same with Configurations-Volumes, i’m propmted for a ‘key’ then a ‘value’.
The key value pair syntax for volumes
is stated also in the best practices article along with a video showing how it works in the extension. The key is the file/directory you want to bind-mount from outside of the container. The value is a file path where you want this bind-mounted to inside the container.
Best Regards,
Jeremias