2017年5月25日星期四

Docker上手指南

 Whats is Docker?
Docker is an open-source project that automates the deployment of applications inside software containers. It is promoted by the company Docker, Inc.

Docker provides an additional layer of abstraction and automation of operating-system-level virtualization on Windows and Linux.Docker uses the resource isolation features of the Linux kernel such as cgroups and kernel namespaces, and a union-capable file system such as OverlayFS and others to allow independent "containers" to run within a single Linux instance, avoiding the overhead of starting and maintaining virtual machines.

1. Docker Cheatsheet
https://github.com/wsargent/docker-cheat-sheet

2. Docker Crash Course
https://github.com/oren/docker-crash-course

3. Docker in a Nutshell
https://www.slideshare.net/Flux7Labs/docker-in-a-nutshell-docker-austin-july-meetup

沒有留言:

發佈留言