Curious Mind @lemmy.world to Programming@programming.dev · 15 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-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 @lemmy.world to Programming@programming.dev · 15 days agomessage-square11fedilink
minus-squareverstra@programming.devlinkfedilinkarrow-up1·15 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.