For a side project, I used docker-compose to make a Python+Geodjango+venv, vue, Postgis dev environment and all the action happens within containers. I did so because my Django stack needed OS level packages.<p>So can I use this instead of Docker for get a nested (without container) OS with native packages and Postgis (which needs port 5432 and a /var dir)?<p>The docker file: <a href="https://github.com/aitchnyu/nayan/blob/main/Dockerfile#L11">https://github.com/aitchnyu/nayan/blob/main/Dockerfile#L11</a>