libcrack / docker-archlinux-wordpress

Arch Linux WordPress Docker container

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker WordPress container

Build the image:

docker-compose up

Run the container:

docker run -d -p 8000:8000 --name wordpress archlinux-wordpress

Alternatively, you can run the image pulling it directly from hub.docker.com:

docker run -d -p 8000:8000 --name wordpress libcrack/archlinux-wordpress

About

Arch Linux WordPress Docker container


Languages

Language:Makefile 100.0%