ashald / EnvFile

EnvFile 3.x is a plugin for JetBrains IDEs that allows you to set environment variables for your run configurations from one or multiple files.
MIT License
542 stars 129 forks source link

Feature request - Add support for docker in Intellij #41

Open DemianTinkiel opened 7 years ago

DemianTinkiel commented 7 years ago

I'd like to have the same functionality for Docker run configurations where we use ENV file for docker as if it was using docker run --envfile param

ashald commented 6 years ago

What kind of plugin do you use to enable Docker run configurations? I'll have to check if I can integrate with it.

DemianTinkiel commented 5 years ago

@ashald sorry for the delay, i didn't see your comment. I use https://www.jetbrains.com/help/idea/docker.html

ashald commented 5 years ago

I'll take a look when I have a chance.