aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/installing_docker.md
blob: 384f156760ef9cb251f4e84a9acc598046a8b20a (plain)
1
2
3
4
5
6
7
8
9
10
11
# Installing Docker

Follow the [Official Guide](https://docs.docker.com/engine/installation). Googlers: [go/installdocker](https://goto.google.com/installdocker).
([Why Docker?](faq.md#why-do-you-use-docker))

*NOTE: if you want to run `docker` without `sudo` also follow the optional [Create a docker group](https://docs.docker.com/engine/installation/linux/ubuntulinux/#/create-a-docker-group) section.*

*NOTE: Docker images can consume significant disk space. Run*
*[docker-cleanup](https://gist.github.com/mikea/d23a839cba68778d94e0302e8a2c200f)*
*periodically to garbage collect unused images.*