What are the platforms on which the Docker runs?

devquora
devquora

Posted On: Feb 22, 2018

 

Docker mainly runs on the Linux and cloud platform.

In Linux there are also different types available on which Docker runs and they are:

  • Ubuntu 12.04, 13.04 et al
  • Fedora 19/20+
  • RHEL 6.5+
  • CENTOS 6+
  • GENTOO
  • ArchLinux
  • OpenSuse 12.3+
  • Crux 0.3+

The following are the types of clouds on which Docker runs:

  • Amazon EC2
  • Google Compute Engine
  • Microsoft Azure
  • Rackspace

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Docker Interview Questions

    What do you understand by Docker?

    Firstly, Docker is a type of tool that is used to make the application, deploy and run in an easier way...

    Docker Interview Questions

    What are the difference between Docker and Virtual Machine?

    The following are the main differences between the Docker and the Virtual machine:..

    Docker Interview Questions

    What is Docker container?

    A docker container is a basic unit of software that packs up all the code to run the application in an easier and more reliable way..