Replies: 1 comment
-
I can add the possibility to use these project macros. For now you can probably use the environment variable. Anyway, this is a nice feature request. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, we are using the Docker integration feature of the plugin. You provide a way to specify docker parameters, and it works ok, but we want to check in the configuration. The problem is there is no way to avoid full paths:
-e
TNS_ADMIN=/etc/oracle
--user=2006
-v
/home/jay.guidos/projects/perl/perl-ops/.local/appl/bids/etc:/appl/bids/etc:ro
I can't really check in this because of the hard coded path that only works for my machine. I would like to specify paths that are reusable, like maybe $PRJOECT_DIR/.local/appl/bids/etc:/appl/bids/etc:ro but these do not seem work. How can I get around this problem?
Beta Was this translation helpful? Give feedback.
All reactions