Skip to content

Raspberry pi page using PHP and docker to run it locally

Notifications You must be signed in to change notification settings

chriswrightft/piPage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

piPage

Raspberry pi page using PHP and docker to run it locally

To build the dockerfile use the below code

docker build -t pi-page ~/Documents/repos/piPage/

To run the built image use the below code

docker run -p 8080:80 -v ~/Documents/repos/piPage/:/var/www/html -d pi-page

About

Raspberry pi page using PHP and docker to run it locally

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published