stebourbi / sbt-docker-launcher

sbt plugin that manages(start/stop) docker containers for integration tests (wip).
Other
1 stars 1 forks source link

docker run #2

Open sjeandeaux opened 9 years ago

sjeandeaux commented 9 years ago

Environnemental variable construction

    val envVars = environmentVariables.map(p => s"-e ${p._1}='${p._2}'").mkString(" ")

e ("a", "value a")

The variable a is equal to 'value a' and not just value a