gnovaro / ubuntu-php8-docker

ubuntu + php 8.0 + fpm docker image

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ubuntu + PHP 8 Docker

Build the image

docker build . -t php8

Run the container

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

About

ubuntu + php 8.0 + fpm docker image


Languages

Language:Dockerfile 100.0%