I’m new in Docker. I would like you to tell me what I should research to solve my problem. I have an APP written in NodeJS in a container. I need to save files outside the container, a specific directory on my server, but I cannot send files out. All the files are saved inside the container even I set it out. I use Multer.
Or if you need some data automatically copied out from the container to the host when the container starts, then use a volume with a custom source path