spin latest [OPTIONS] SERVICE COMMAND
php: Run the latest stable version of PHPnode: Run the latest stable LTS version of Nodespin latest php php my_script.php
The above command will run the latest stable version of php, then run the command php my_script.php inside the container. The php in the command is duplicated because one is the service name name of php and the other is the command to run php inside the container.