Wednesday, April 20, 2016

Getting Started learning Docker

With all of the news about windows playing nice with linux in recent times, I've decided to get my feet wet in the docker world.  So I wanted to share some of the resources that have helped me get a grasp on the capabilities of Docker.

Being able to deploy a container with all of the dependencies and the newly written code in a matter of minutes with everything in the environment being the same.  So say goodbye to environmental issues when testing, developing, and even using in production.  This makes me so happy I picture myself sitting on a beach with a drink in hand instead of looking at logs trying to figure out what went wrong.

Here is a video that in my opinion gives an excellent high level view of what Docker is:


Here are some links to 2 useful blogs I read, and a link to the Docker in windows walk-thru.  Dockers walk-thru's are surprisingly really good and will definitely help someone get started.

https://blog.jessfraz.com/

https://jpetazzo.github.io/

Getting Started with Docker in Windows

Using Dockerfiles to Build images - Explained

No comments:

Post a Comment