Replies: 3 comments 2 replies
-
Have you tried something like this? docker run --rm -it -e ENV_NAME=te_env your-docker-image |
Beta Was this translation helpful? Give feedback.
-
If you want an environment automatically activated on |
Beta Was this translation helpful? Give feedback.
-
I have similar use-case. I'm currently activating the default For example, I want to do something like the following in my entrypoint:
|
Beta Was this translation helpful? Give feedback.
-
Hey. So in our docker image with micromamba as the base image, we use the command
And then after that, in our build we also install a couple more micromamba environments.
The docker builds perfectly but upon interaction it starts with the environment as rmg_env (which is to be expected). However, we want it so that upon entry of user, they will start off with one of the other installed environments. More specifically,
t3_env
.Is it possible to do this?
Beta Was this translation helpful? Give feedback.
All reactions