Sign inSign up

riteshs4hu/wordpress

By riteshs4hu

Updated 7 months ago

Pre build wordpress instance

Image
Languages & frameworks
Developer tools
Content management system
0

162

riteshs4hu/wordpress repository overview

Pre Build Wordpress Instance

  • tags
  1. setup (it's a dev environment of a WordPress instance)

    docker run -it --hostname wpserver.local --name wpserver -p 80:80 riteshs4hu/wordpress:setup /bin/bash
    

    After Getting Shell Start the Services

    service apache2 restart
    service mariadb start
    
  2. stable (it's a standalone tag, no need of manually command run inside container)

    docker run --hostname wpserver.local -p 80:80 riteshs4hu/wordpress:stable
    
How to access
  • Edit your hosts file (127.0.0.1 -> docker/VM-IP)

    127.0.0.1 www.wpserver.local wpserver.local)
    

    URL:- http://wpserver.local/wordpress

  • Credentials

    Username: admin Password: admin

Tag summary

Content type

Image

Digest

sha256:18dd85a39

Size

245 MB

Last updated

7 months ago

docker pull riteshs4hu/wordpress:stable