Curious Mind @lemmy.world to Programming · 3 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-square11linkfedilinkarrow-up19arrow-down116
arrow-up1-7arrow-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 · 3 days agomessage-square11linkfedilink
minus-squareverstralinkfedilinkarrow-up1·3 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.