Sign inSign up

stenote/docker-lemp

By stenote

Updated over 8 years ago

MySQL 5.7、PHP 7.0、Nginx

Image
61

10K+

stenote/docker-lemp repository overview

docker-lemp [DEPRECATED]

Docker Stars Docker Pulls

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:c814a1f60

Size

142.7 MB

Last updated

over 8 years ago

docker pull stenote/docker-lemp