Curious Mind @lemmy.world to Programming@programming.dev · 2 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-squaremessage-square8fedilinkarrow-up17
arrow-up17message-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 @lemmy.world to Programming@programming.dev · 2 days agomessage-square8fedilink
minus-squareverstra@programming.devlinkfedilinkarrow-up1·2 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.