Updated tutorial of Docker for the Node.js Developer in Mac OSX

Edit

Finally I have time to tame the Docker beast! I found this nice detailed step by step tutorial, just that part of it is outdated, as the "Boot2Docker" is deprecated and there is "Docker Toolbox" to replace it!

So when you are at the "Installation" section of this  Getting Started with Docker for the Node.js Developer guide, please detour to https://docs.docker.com/mac/step_one/ to install the "Docker Toolbox" to install docker on your Mac OSX after that you can come back to resume at the line telling you to type

$ docker run hello-world

Enjoy play with docker and nodejs! It really make development, QA / Testing and deployment much easier !!

My tips for you is that make sure you understand what exactly are "Container" and "Image" in the docker world!

Useful commands:

$ docker ps -a 
$ docker images
Updated tutorial of Docker for the Node.js Developer in Mac OSX Updated tutorial of Docker for the Node.js Developer in Mac OSX Reviewed by DF on 2:46:00 AM Rating: 5
©DF. Powered by Blogger.