Docker journey notes
Docker allows for a easier setup of configured tech stacks without worrying about setup or dependencies in a container . It helps with compatibility issues with different OS. Main purpose of docker is allow developers to package and containerized applications and to ship them and to run them anywhere. ...