In our current server setup, the backend runs on Linux, and our task is to migrate Jira data from a Windows server to this existing Linux server. The Linux server is Dockerized. Is it possible to set up a non-containerized application on the same server that has a Dockerized environment?
If its is possible, please share the end to end implementation steps?