-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Aman Mangal edited this page Apr 14, 2017
·
7 revisions
This tutorial first walks you through a bit of introduction to containers and docker -
- Linux Namespaces http://crosbymichael.com/creating-containers-part-1.html
- PID 1 zombie reaping problem https://blog.phusion.nl/2015/01/20/docker-and-the-pid-1-zombie-reaping-problem/
- User namespace in docker https://success.docker.com/Datacenter/Apply/Introduction_to_User_Namespaces_in_Docker_Engine
- Setup users in docker container https://github.com/airdock-io/docker-base/wiki/How-Managing-user-in-docker-container
- Scalable spark deployment using docker https://www.big-data-europe.eu/scalable-sparkhdfs-workbench-using-docker/
- Scalable production deployment of spark using docker https://www.big-data-europe.eu/scalable-sparkhdfs-workbench-using-docker/
- Using supervisor with docker https://docs.docker.com/engine/admin/using_supervisord/
- Run multiple processes in a docker container https://runnable.com/docker/rails/run-multiple-processes-in-a-container
- Introduction to Apache Mesos https://opensource.com/business/14/9/open-source-datacenter-computing-apache-mesos
- Why Kubernetes https://blog.husarlabs.com/why-we-chose-kubernetes-for-cloud-platform-management-33b4aa394bb7
- Scheduling policies in Apache Mesos https://cloudarchitectmusings.com/2015/04/08/playing-traffic-cop-resource-allocation-in-apache-mesos/
- Docker in production http://racknole.com/blog/running-docker-in-production-for-6-months/
- Build your own CA https://blog.cloudflare.com/how-to-build-your-own-public-key-infrastructure/
- Produce a self signed certificate https://coreos.com/os/docs/latest/generate-self-signed-certificates.html
- User namespace https://lwn.net/Articles/532593/
- Mount namespace https://lk4d4.darth.io/posts/unpriv3/
- Mount namespace from IBM https://www.ibm.com/developerworks/library/l-mount-namespaces/
- CLoud66 blogs on container http://blog.cloud66.com/top-2016-articles-on-cloud-66-blog/
- Digital Ocean DNS blog series https://www.digitalocean.com/community/tutorial_series/an-introduction-to-managing-dns
- LABEL docker images https://medium.com/microscaling-systems/labelling-automated-builds-on-docker-hub-f3d073fb8e1
- Enterprise grade docker registry https://github.com/vmware/harbor
- Share PID namespace between containers https://www.guidodiepen.nl/2017/04/accessing-container-contents-from-another-container/