Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
What are the advantages of using Docker?
Home
Docker
What are the advantages of using Docker?
asked
Jan 24
in
Docker
by
AdilsonLima
What are the advantages of using Docker?
docker-interview-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 24
by
AdilsonLima
The following are the key advantages of Docker:
Makes it easier to create, run, and manage containers.
Supports version control.
Facilitates agile development.
Makes the application portable.
Allows scaling of applications.
Increases productivity of developers.
...