Cannot deploy my WordPress Website to Docker
Hello, I have an existing wordpress website on my university’s wordpress. (i.e. domain name is mysite.wordpress.asu.edu). I want to deploy the website on a docker container on AWS ECR.
The steps which I followed till now were:
-
I read about a plugin called “Simply Static” which can convert my wordpress site to the html, so that I can deploy it to the docker. But the issue here is I can’t download any 3rd party plugin due to my university’s policy.
-
When I saw tutorials on youtube or read blogs on Medium, all of them had images of some database in the docker compose file, but I am not using any database in my current wordpress site.
I am really confused on how should I proceed to deploy my website to Docker. Any help would be appreciated.
Mitesh Anil Agarwal is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.