What are the major WordPress Concerns you face when you use Docker in your application? I am getting this kind of query, what are your concerns?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Sign up for Infrastructure as a Newsletter.
Working on improving health and education, reducing inequality, and spurring economic growth? We'd like to help.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Heya,
For me the main concern would be Persistent Storage and Data Management:
Additionally, Database Management might be an issue as well. You’ll need to run the database in a separate container for better isolation and management.
Hey Adya,
Great question! For me, some of the main things to keep in mind would be:
wp-content
directory are stored in Docker volumes to prevent data loss.For a deeper dive into Docker, check out this free ebook. Additionally, this DigitalOcean tutorial on installing WordPress with Docker Compose is highly recommended.
Alternatively, you could also consider Kubernetes as well:
Hope this helps! Feel free to ask if you have more questions!
-Bobby