When running devcontainer exec I'd like to change the detachKeys key binding since I use ctrl-p within vim. Currently I am setting detachKeys inside ~/.docker/config.json, however I would like to avoid having to do this globally and would like to apply the binding for the devcontainer only. Is this currently possible?