python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to initialize a Git Submodule in Dockerfile
In my recent project I've come to use Git Submodules, however I'm struggling to get my Docker container to download the information from the submodule on deployment.
Here's my Dockerfile (disclaimer: ...

FxllenCode
Votes: 0
Answers: 0
Sharing a file between a persistent and a non persistent Docker Container
I'm using Caprover with Docker to run a Django project (Django-Cookiecutter) which is non persistent. I'm also running a persistent app on the same server which imports csv data. I need the two apps t...

Matthias
Votes: 0
Answers: 1
Application in Docker container does not save file to docker volume
I am using Docker desktop to develop my application. I have created a "uploadedfiles" docker volume and I am trying to save files to it, from my docker application.
When I save a file from m...

Ajit Goel
Votes: 0
Answers: 1