There is a web site on Django, on the combat server, I use the uWSGI / Nginx bundle for the launch server, the local development is the Django virtualenv / dev server
I decided to touch the Docker-technology to launch applications and in the process of reading a question appeared.
If I create a Docker-image of the project, can I run it on the usual uWSGI / Nginx bundle? Or will my files be "hidden" inside the Docker image, as in a black box, and accessible only through specific commands?