computer_science:docker:docker

This is an old revision of the document!


Docker

For this guides I will use Docker-Compose. I could use Docker but then I would have to parse every argument in the terminal before starting the container OR create a .sh file which has the arguments inside. Besides that, using docker-compose, advancing to Kubernets (k8s) will be easier / faster.

We will start by Making a DokuWiki to Go with Docker which will allow us to keep track of any information / documentation on this process. If you are using VirtualBox / VMWare and Docker directly on the same machine - instead of having Docker in a VPS / Virtual Machine - Switching Between Docker and VirtualBox on Windows 10 should fix the issue of not being able to have both hypervisor systems working at the same time.

Once that is done, we will be making a Wordpress Homepage to go with Docker. Afterwards we will be using Nginx as Reverse Proxy for Docker Containers which will allow us to access each service / container using a DNS - e.g. carlossousa.tech for the homepage, carlossousa.tech/wiki for this Wikipedia etc -.

Afterwards we will be securing the connections by Implementing HTTPS / SSL on Docker Containers.

  • computer_science/docker/docker.1595976618.txt.gz
  • Last modified: 2023/12/01 12:07
  • (external edit)