Skip to content

meksz/wordpress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

Minimalistic configuration to run Wordpress 4.

The following services were installed and conttrolled by supervisord.

  • Supervisord
  • Sshd
  • Apache2
  • Mysql

Create "shared" folder to attach it to the following folders from the container:

/var/lib/mysql
/wordpress

Working with container

Run container: You can run this once then control with docker stop/start

./run-wordpress.sh

Stop container

docker stop wordpress

Resume container

docker start wordpress

You don't need 'docker run' everytime.

Mysql Config

Settings for wordpress db in Mysql (see scripts/start-up.sh)

DB:

wordpress
Userid/Password:
wordpress / wordpress

Debugging: Attach TTY to running container

You can attach tty to container by nsenter for debugging purposes. Use the following script:

scripts/dconnect.sh [container id]

Contact me for the issues: meks.bazz@gmail.com

About

Wordpress 4 - All in one

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages