Skip to content

Dockerfile for a minimal installation of WordPress on Ubuntu

License

Notifications You must be signed in to change notification settings

mcskinner/docker-wordpress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mcskinner/wordpress

This repository contains a Dockerfile to for running Wordpress against an external database. For example, you can use Amazon RDS for a high-availability backing store instead of trying to manage your own data.

Currently this requires a WordPress config to be mounted into /var/www/html, but hopefully that restriction can be lifted to enable new installs easily.

For more detail on how this works, visit blog.mcskinner.com.

Base Docker Image

Usage

docker run -d -p 80:80 \
  -v $(pwd)/config/wp-config.php:/var/www/html/wp-config.php \
  mcskinner/wordpress

About

Dockerfile for a minimal installation of WordPress on Ubuntu

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published