/ubuntu-php8-docker

ubuntu + php 8.0 + fpm docker image

Primary LanguageDockerfile

Ubuntu + PHP 8 Docker

Build the image

docker build . -t php8

Run the container

docker run -it --rm php8 /bin/bash