Skip to content

Automagically pull the latest docker skipping installation steps.

Notifications You must be signed in to change notification settings

InfamousStarFox/docker-wordpress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

WordPress for Docker

Automagically pulls the latest docker wordpress version and skips the install prompts.

To be used for easy WordPress theme and plugin development

Setup

Install docker

Clone the repository

git clone https://github.com/InfamousStarFox/docker-wordpress.git
cd docker-wordpress

Run

With docker running, in terminal:

docker-compose up -d

Congrats! WordPress is now running at http://localhost:8000

You can login with

  • Username: admin
  • Password: password

Docker will automatically create a wp-content/ folder that you can directly access to place your themes and plugins in

Stop

Done for the day? Stop the docker container with

docker-compose down

Remove

Need to reset? Delete all the WordPress data and return to a fresh installation with

docker-compose rm -fs
docker volume prune

About

Automagically pull the latest docker skipping installation steps.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published