Virtual machine transferred into docker container

In my small “private” data center I transferred a virtual machine into Docker. Surprisingly, it was very easy. With these virtual servers, only web pages are delivered that are continuously called up by external visitors.

First, I created a docker file that rebuilds the “virtual machine” as a container and then the static web pages are copied into it. I deployed this container into my docker server. After short tests I reconfigured my FritzBox and redirected all accesses to this Docker container.

Really cool, it rocks.