stuartpb / dokku-rethinkdb-plugin

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

Update docker run args invocation for new version #3

Closed joliv closed 10 years ago

joliv commented 10 years ago

When running dokku rethinkdb:start [whatever] the script currently spits out the following warning:

Warning: '-name' is deprecated, it will be replaced by '--name' soon. See usage.

This is the offending line:

docker run -u $(id -u $RUNAS_USER) -v $VOLUME -name=$CONTAINER_NAME \

It runs correctly, but just to be safe I updated it.