Sign inSign up

edenservers/drupal

By edenservers

Updated about 11 years ago

Drupal Docker Container

Image
0

1.2K

edenservers/drupal repository overview

Official Drupal Container on EdenServers

Run on EdenServers

All-in-one Drupal Server Container built for EdenServers.

It also includes an SCP server.


This image is meant to be used on an EdenServers Server.

Our images are built to specifically run for our services. You can run it directly with Docker though.


1.0.0 (2015-08-28)

This initial version contains:

  • Drupal
  • scp Server to upload and download files
  • mysql

Install

$ docker pull edenservers/drupal

Config

Environment VariableDescription
USERNAMESCP Username
PASSWORDSCP Password
PortDescription
80Drupal
22SCP

Run example

$  docker run -p 80:80 -p 1234:22 -e USERNAME=edenservers -e PASSWORD=edenservers --name drupal -d edenservers/drupal

On setup page :

  • database type : mysql
  • database name : drupal
  • username : drupal
  • password : drupal
  • host : localhost

Made by EdenServers

Tag summary

Content type

Image

Digest

sha256:a3106a4c5

Size

167.7 MB

Last updated

almost 11 years ago

docker pull edenservers/drupal