Hello everyone,
I’m newbie with Docker and I have some questions. What I want to do:
-
Setup local Docker development environment (Mac os x)
-
- Create Docker Image for Wordpress website
-
- Create WordPress container (https://hub.docker.com/_/wordpress/)
-
That should be enough to run wordpress website or I need any other containers?
-
Now when steps above are done. I want to deploy my wordpress website to DigitalOcean Droplet. So now how should I do that?
-
- Install Docker on DigitalOcean droplet and then just copy docker image from local to this deploy droplet?
-
- Or should I follow this tutorial https://docs.docker.com/machine/examples/ocean/
-
- Or there is any other method? I read about Kubernetes with Docker, but I didn’t get it everything about it.
–
Also I think important to mention I want to use version control Bitbucket for wordpress files, so in which part of deployment it has to be involved I don’t know. I hope you get my point and waitting your help. Thanks!