How would I run the recommend docker commands in rancher? For example, I'm using the docker hub php official and I need to move the php.ini into a specific folder. The command they provided in the example is as so
mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini"