Sign inSign up

josemi/lamp

By josemi

Updated almost 8 years ago

LAMP enviroment for Drupal 8 developers

Image
0

10K+

josemi/lamp repository overview

LAMP for Drupal 8 Developers

Run

docker run -it -d -p HTTP_EXTERNAL_PORT:80 -p SSH_EXTERNAL_PORT:22 josemi/lamp

Example: docker run -it -d -p 8000:80 -p 2222:22 josemi/lamp

HTTP server should be accesible via browser on port 8000

alt text

alt text

Connecting via SSH to Docker container

  • User: developer
  • Password: developer

ssh -p SSH_EXTERNAL_PORT developer@localhost

alt text

Example: ssh -p 2222 developer@localhost

Databases

  • User: developer
  • Password: developer
  • Available databases: developer_bd1, developer_bd2, developer_bd3.

Example: Installing Drupal 8

alt text

alt text

Tag summary

Content type

Image

Digest

Size

631.8 MB

Last updated

almost 8 years ago

docker pull josemi/lamp