/APD

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

Primary LanguageDockerfileGNU General Public License v3.0GPL-3.0

MacrowebCloud github repo views

Run Docker

A - P - D
Apache PHP Docker

Linux, MacOS and Windows terminal:

user@workplace:~$ docker build -t apd . 
user@workplace:~$ docker run -d -p 80:80 apd
C:\APD> docker build -t apd . 
C:\APD> docker run -d -p 80:80 apd