Docker is an open source containerization platform. It enables developers to package applications into containers—standardized executable components combining application source code with the operating system (OS) libraries and dependencies required to run that code in any environment.
Basically you can put your application inside of a Docker container and it will run exactly the same way on other peoples computers. So for example you have a React application and you put it inside of a Docker container. And then you can use the Docker application to run that React application inside of the Docker container.
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
how interesting, thanks for your answer
Sure no problem.
I did not know the doquer application, what is it used for?
Basically you can put your application inside of a Docker container and it will run exactly the same way on other peoples computers. So for example you have a React application and you put it inside of a Docker container. And then you can use the Docker application to run that React application inside of the Docker container.