page_title: About Docker page_description: Docker introduction home page page_keywords: docker, introduction, documentation, about, technology, understanding, Dockerfile
Secure And Portable Containers Made Easy
Docker is a container based virtualization framework. Unlike traditional virtualization Docker is fast, lightweight and easy to use. Docker allows you to create containers holding all the dependencies for an application. Each container is kept isolated from any other, and nothing gets shared.
And most importantly:
docker run [..]
.In this introduction we will take you on a tour and show you what makes Docker tick.
On the first page, which is informative:
The second page has technical information on:
On the third page we get practical. There you can:
Finally, on the fourth page, we go hands on and see:
Note: We know how valuable your time is. Therefore, the documentation is prepared in a way to allow anyone to start from any section need. Although we strongly recommend that you visit Understanding Docker to see how Docker is different, if you already have some knowledge and want to quickly get started with Docker, don't hesitate to jump to Working with Docker.