What is Docker container?

devquora
devquora

Posted On: Feb 22, 2018

 

    1 Answer Written

  •  devquora
    Answered by Satyam Jaiswal

    A docker container is a standardized unit that can be created on the fly to deploy a particular application or an environment. The container allows a developer to package up the application with all of the parts such as libraries, and other dependencies, and ship it all out as one package. Using the container, the developer can be assured that the application will run on any other Linux machine regardless of the customized settings.

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 are the main components of the Docker?

The following are the main components of the Docker:..