An open API service indexing awesome lists of open source software.

https://github.com/g1f1/apd

Apache PHP Docker - Don't forget to star 🌟 this repository.
https://github.com/g1f1/apd

apache cloud container containerization devops docker image php php81 sysadmin

Last synced: 10 months ago
JSON representation

Apache PHP Docker - Don't forget to star 🌟 this repository.

Awesome Lists containing this project

README

          


MacrowebCloud github repo views


[![Run Docker](https://github.com/g1f1/APD/actions/workflows/docker.yml/badge.svg?branch=main)](https://github.com/g1f1/APD/actions/workflows/docker.yml)

A - P - D
Apache PHP Docker

Linux, MacOS and Windows terminal:
```console
user@workplace:~$ docker build -t apd .
user@workplace:~$ docker run -d -p 80:80 apd
```

```powershell
C:\APD> docker build -t apd .
C:\APD> docker run -d -p 80:80 apd
```