Pre build wordpress instance
162
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
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
Edit your hosts file (127.0.0.1 -> docker/VM-IP)
127.0.0.1 www.wpserver.local wpserver.local)
Credentials
Username: admin Password: admin
Content type
Image
Digest
sha256:18dd85a39…
Size
245 MB
Last updated
7 months ago
docker pull riteshs4hu/wordpress:stable