Skip to content

WilberRojas/wordpress-dind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Instructions

Download the image from dockerhub

PORT=9000
docker run --detach --privileged -p $PORT:8080 wilrojasf/wordpress

OR Build the image from this Repository

  1. Build the image

    docker build -t wordpress:dind -f ./Dockerfile .
    
  2. Create a container(s)

    PORT=9000
    docker run --detach --privileged -p $PORT:8080 wordpress:dind
    

    Images will be pulled inside the container, so it will take a moment until the page is available on the selected port.

    Access it via "http://localhost:PORT" or "http://host-ip:PORT" in a browser:
    alt text

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published