in Docker by
What are the advantages of using Docker?

1 Answer

0 votes
by

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.
...