For anyone following something like Pascal Landau's tutorial, here are some adjustments for doing the same, but using VSCodium instead of PHPStorm as your IDE of choice
These steps will help you use the PHP Interpreter running inside a specific docker container (in these steps, the PHP I want to use is located in a docker container called dofroscra_local-php-fpm-1)
- A single bash script we will use to run/debug the PHP code on our chosen docker container.
For the instructions below the location of this bash script will be shown as
/path/to/bash/script/php[^1]
#!/bin/bash
container=$PHP_DOCKER_CONTAINER