Skip to content

Docker LAMP with PHP 7.3 ZTS using pthreads on Linux Alpine

License

Notifications You must be signed in to change notification settings

lonagi/docker-lamp-alpine-pthreads

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-lamp-alpine-pthreads

Docker LAMP with PHP 7.3 ZTS using pthreads on Linux Alpine

Install

Firstly install docker and exec next:

git clone https://github.com/lonagi/docker-lamp-alpine-pthreads
cd ./docker-lamp-alpine-pthreads
docker build -t docker-lamp-alpine-pthreads .

Run

docker run --name webserver-zts -p 80:80 -e MYSQL_ROOT_PASSWORD=password docker-lamp-alpine-pthreads

phpmyadmin

URL - /phpmyadmin

Copy files

docker cp /hostfile  (container_id):/(to_the_place_you_want_the_file_to_be)

About

Docker LAMP with PHP 7.3 ZTS using pthreads on Linux Alpine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published