What is Docker cont…
 
Notifications
Clear all

What is Docker container and why it is used?

1 Posts
2 Users
1 Likes
537 Views
0
Topic starter

What is Docker container and why it is used?

1 Answer
1

Docker is a software platform that allows you to build, test, and deploy applications quickly. Docker packages software into standardized units called containers that have everything the software needs to run including libraries, system tools, code, and runtime. Using Docker, you can quickly deploy and scale applications into any environment and know your code will run.

Share: