stuartpb / dokku-rethinkdb-plugin

RethinkDB plugin for Dokku
MIT License
33 stars 11 forks source link

Containers should use random names #1

Open stuartpb opened 10 years ago

stuartpb commented 10 years ago

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.

stuartpb commented 10 years ago

Actually, containers should use CID files.