Ubuntu + PHP 8 Docker Build the image docker build . -t php8 Run the container docker run -it --rm php8 /bin/bash