Curious Mind to Programming@programming.dev • 18 days agoI'm thinking of creating a website and l'm thinking of using docker in the process. How do I use it in the creation of my website ?message-square11fedilinkarrow-up110arrow-down118
arrow-up1-8arrow-down1message-squareI'm thinking of creating a website and l'm thinking of using docker in the process. How do I use it in the creation of my website ?Curious Mind to Programming@programming.dev • 18 days agomessage-square11fedilink
minus-square@verstra@programming.devlinkfedilink1•18 days agoI use docker to package and deploy my website. When it is compiled to HTML, I place it into a docker container that is based on nginx. This container is now easily ported to production server and ran to serve the HTML over HTTP.
I use docker to package and deploy my website. When it is compiled to HTML, I place it into a docker container that is based on nginx.
This container is now easily ported to production server and ran to serve the HTML over HTTP.