2016-10-27 03:50:36 +00:00
# Installing Docker
2016-11-23 18:32:50 +00:00
Follow the [Official Guide ](https://docs.docker.com/engine/installation ).
Googlers: [go/installdocker ](https://goto.google.com/installdocker ).
2016-10-27 03:50:47 +00:00
[Why Docker? ](faq.md#why-do-you-use-docker )
2016-10-26 16:25:05 +00:00
2016-11-23 18:32:50 +00:00
*NOTE: (Optional) If you want to run `docker` without `sudo` , follow the [Create a docker group ](https://docs.docker.com/engine/installation/linux/ubuntulinux/#/create-a-docker-group ) section.*
2016-10-26 16:25:05 +00:00
*NOTE: Docker images can consume significant disk space. Run*
*[docker-cleanup](https://gist.github.com/mikea/d23a839cba68778d94e0302e8a2c200f)*
*periodically to garbage collect unused images.*
2016-10-27 03:50:36 +00:00