Skip to content

Dockerfile and associated other stuff for building a LAMP stack with fuelphp installed

License

Unlicense, Unlicense licenses found

Licenses found

Unlicense
LICENSE.txt
Unlicense
UNLICENSE.txt
Notifications You must be signed in to change notification settings

papoms/docker-fuelphp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

(N.B. the way that Docker handles permissions may vary depending on your current Docker version. If you're getting errors like

dial unix /var/run/docker.sock: permission denied

when you run the below commands, simply use sudo. This is a known issue.)

This repo contains a recipe for making a Docker container, with Apache, MySQL, PHP and Fuelphp preinstalled. To build, make sure you have Docker installed, clone this repo somewhere, and then run:

docker build -t <yourname>/fuelphp .

Then run it! Woo!

docker run -d -p 80 <yourname>/fuelphp

Check docker logs after running to see MySQL root password, as so

echo $(docker logs <container-id> | sed -n 1p)

About

Dockerfile and associated other stuff for building a LAMP stack with fuelphp installed

Resources

License

Unlicense, Unlicense licenses found

Licenses found

Unlicense
LICENSE.txt
Unlicense
UNLICENSE.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%