Intro slides of a long list of tutorials about CodersCrowd and Code Reviews, I will be talking about Git, Docker, Code Review, deployments, knowledge management ...
source project to pack, ship and run any application as a lightweight container looks like Git docker pull <image-name> docker images docker run <image-name> <command> docker commit <image-id> docker push <image-id> docker ps docker logs docker diff <image1> <image2>