Working with docker locally:
So I currently have all the folders/files (i.e wp-content, wp-admin etc) under /var/www/html on my local. I can mount this directory to /var/www/html inside a new docker container running wordpress.
What do I need to do, to ensure that when i do spin this new container up, the site will be migrated over and i can see the changes in the ui?
Bonus: Lets say i don’t want to migrate the db, how can i initialize the db, existing plugins/themes found in the mounted directory
I am trying to figure out the list of things I need to make this work.
[ad_2]