dokku-rethinkdb-plugin
dokku-rethinkdb-plugin copied to clipboard
Containers should use random names
On the down side, this entails a modest amount more overhead when deploying/deleting (ID+name has to be looked up rather than just using "rethinkdb_$APP"), but on the up side, this doesn't break when apps have names with invalid characters.
Actually, containers should use CID files.