grammarly / rocker-compose

Docker composition tool with idempotency features for deploying apps composed of multiple containers.
Other
407 stars 26 forks source link

Fix Windows inability to handle a tilde as the home directory #22

Closed tyrken closed 9 years ago

tyrken commented 9 years ago

The default location of the certificate files starting with a "~" (tilde) character causes Windows to barf. Follow some recommendations in http://stackoverflow.com/questions/17609732/expand-tilde-to-home-directory to fix.

tyrken commented 9 years ago

Ignore me - wrong project!