dvddarias / rdocker

Securely control a remote docker daemon CLI using ssh forwarding, no SSL setup needed.
MIT License
112 stars 17 forks source link

Fix script so that it runs on a Mac #6

Closed cyberbliss closed 7 years ago

cyberbliss commented 7 years ago

The mac implementation of mktemp requires a template be specified, hence my change. The reason for the slightly odd syntax is to ensure this change works underr Linux also (only tested with CentOS though)