0:00
Let's say you have built a Mernstank application, which means you have got MongoDB for your database, Express and Node.js for the server side and React for the front end
0:10
Now you want to run this application on another computer or server. Traditionally, you did have to install React, MongoDB, Node.js Express and set up everything step by step manually
0:20
This will take a lot of time and you might make mistakes along the way
0:24
But with Docker container, you don't need to go through this pane. Instead, you can package your entire Mernstack application into a Docker container
0:33
This container will have MongoDB, Express, Node.js, and your React front end all set up and
0:39
ready to go. So when you want to deploy your application on a different device, you simply take this Docker