Develop a drupal website with local code.
3.4K
Develop a drupal website with local code.
sudo docker run -p :80 -v /*drupalfolder*:/var/www/html/ kristofdm/drupal /start.sh
Run
sudo docker ps
To find out on what port our website is running. Access the website through: localhost:portnr
Edit the files on your host OS with your favorite IDE/text editor. (Takes a minute for the first change to show up, should be instantaneous after that.)
Content type
Image
Digest
sha256:dfe0f875e…
Size
142.8 MB
Last updated
almost 11 years ago
docker pull kristofdm/drupal