A tool for quickly switching between your Docker configurations!
Use dub
Build with dmd
# dub build -b release
Build with ldc2
# dub build -b release-ldc --compiler=ldc2
List configurations
# dockerHost list
JoyentEast
HomeWindows
Switch to a named configuration
# eval $(dockerHost env JoyentEast)
Edit configurations
in source/app.d
to define your environment variables.
Then, rebuild the binary and put it in your path.
Edit dub.json
and change "BashShell" to "FishShell" and rebuild.