Sign inSign up

rico1918/lamp

By rico1918

Updated over 5 years ago

ARM64 ; LAMP-NoSql ; Based on Centos:7

Image
0

10K+

rico1918/lamp repository overview

Command to run :

docker run -itd --name lamp -p 80:80 -v /root/centos/:/var/www/html rico1918/lamp

And you can use this command to create a mariadb container which share the network with lamp container , so you can use lo IP to access database :

docker run -itd -e MARIADB_ROOT_PASSWORD=redhat --net=container:lamp mariadb

Tag summary

Content type

Image

Digest

Size

223.2 MB

Last updated

over 5 years ago

docker pull rico1918/lamp