Curious Mind @lemmy.world to Linux@lemmy.worldEnglish · 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-square21fedilinkarrow-up19arrow-down121
arrow-up1-12arrow-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 Linux@lemmy.worldEnglish · 15 days agomessage-square21fedilink
minus-squareMirokhodets@lemmy.mllinkfedilinkEnglisharrow-up1·7 days agoDocker is a tool for packaging your application and all its dependencies into a container. This means that your application will work the same on any machine - yours, the developers’, and the server.
Docker is a tool for packaging your application and all its dependencies into a container. This means that your application will work the same on any machine - yours, the developers’, and the server.