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.
- Host: GitHub
- URL: https://github.com/g1f1/apd
- Owner: g1f1
- License: gpl-3.0
- Created: 2022-02-19T00:49:04.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-22T14:58:06.000Z (about 1 year ago)
- Last Synced: 2025-03-23T22:14:00.102Z (10 months ago)
- Topics: apache, cloud, container, containerization, devops, docker, image, php, php81, sysadmin
- Language: Dockerfile
- Homepage:
- Size: 20.5 KB
- Stars: 33
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](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
```