Skip to content

ice3-software/wp-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Wordpress Docker Container

A simple little Dockerfile and associated boot script for a Wordpress Docker container. This container hosts Wordpress as well as an instance of MySQL.

Built whilst playing around / getting to grips with Docker.

###Usage

Build the container:

docker build .

Run the container:

docker run -d -p 80:80 -e SITE_URL=<your site URL> SITE_TITLE=<your site title>

What are the various configuration values?

docker exec <container-id> cat /logs/environment_vars.log

About

Build script and Dockerfile for a Wordpress container.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published