How to remove the application from the container ?

In Docker, "removing the application" typically means deleting the container that runs it. Because containers are designed to be temporary, you usually don't "uninstall" software from inside them; you simply destroy the container and its associated image.
Here is how to remove your application depending on your goal:
Пожалуйста, войдите, чтобы спрашивать, отвечать, делиться, ставить лайки и голосовать.