0 votes
in DevOps by (23.1k points)
what is Docker?

1 Answer

0 votes
by (30.6k points)

Docker is a containerization technology that packages your application and all its dependencies together in the form of Containers to ensure that your application works seamlessly in any environment.

...