Closed joliv closed 10 years ago
When running dokku rethinkdb:start [whatever] the script currently spits out the following warning:
dokku rethinkdb:start [whatever]
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.
When running
dokku rethinkdb:start [whatever]
the script currently spits out the following warning:This is the offending line:
It runs correctly, but just to be safe I updated it.