This is the Git repo of the Docker image for eiel/wordpress. See the Hub page for the full readme on how to use the Docker image and for information regarding contributing and issues.
This repository fork docker-library/wordpress.
https://github.com/eiel/docker-wordpress-ja
$ docker run -d --name my-mysql -e MYSQL_ROOT_PASSWORD="secret" mysql
$ docker run -d --name my-wordpress --link my-mysql:mysql -e MYSQL_ROOT_PASSWORD="secret" -p 8000:80 -v `pwd`/wordpress:/var/www/html eiel/wordpress
Delete container
$ docker stop my-wordpress my-mysql
$ docker rm my-wordpress my-mysql
Content type
Image
Digest
sha256:8dfb2b875…
Size
144.4 MB
Last updated
almost 11 years ago
docker pull eiel/wordpress