Sign inSign up

lichti/docker-lemp

By lichti

Updated almost 11 years ago

Image
0

2.6K

lichti/docker-lemp repository overview

docker-lemp

Join the chat at https://gitter.im/docker-parasites/docker-lemp We suppose this is a develop environment for phpers.

Don't use it in product environment.

Usage

docker run -d --name=lemp \
  -v /path/to/www/:/var/www/ \
  -v /path/to/mysql:/var/lib/mysql \
  -p port_of_nginx:80 \
  stenote/docker-lemp:latest

Detail

MySQL

  • user: root
  • (No password)

SSH

We don't support SSH right now. You can use docker exec to enter the docker container.

Tag summary

Content type

Image

Digest

sha256:569b73578

Size

127.9 MB

Last updated

almost 11 years ago

docker pull lichti/docker-lemp