index.rst 608 B

12345678910111213141516171819202122232425262728293031323334
  1. :title: Docker Installation
  2. :description: many ways to install Docker
  3. :keywords: docker, installation
  4. .. _installation_list:
  5. Installation
  6. ============
  7. There are a number of ways to install Docker, depending on where you
  8. want to run the daemon. The :ref:`ubuntu_linux` installation is the
  9. officially-tested version. The community adds more techniques for
  10. installing Docker all the time.
  11. Contents:
  12. .. toctree::
  13. :maxdepth: 1
  14. ubuntulinux
  15. rhel
  16. fedora
  17. archlinux
  18. gentoolinux
  19. frugalware
  20. vagrant
  21. windows
  22. amazon
  23. rackspace
  24. google
  25. kernel
  26. binaries
  27. security
  28. upgrading