Login
Remember
Register
Ask a Question
What are the advantages of using Docker?
0
votes
asked
Jan 24, 2024
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, 2024
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.
...