danielrosehill's picture
Initial commit: Voice Note Dataset
830dfc5
raw
history blame
778 Bytes
Could you give me a guide on how a typical Docker development and deployment process works exactly?
So let's say I'm working on a project locally and I'm using Docker.
So I presume when I work on my codebase, I'll then build a Docker image for testing.
All of these are the ones that we like to use for testing.
But you generally want something, if I'm not mistaken, that is hot loading.
Or does that happen before you dockerize something?
And let's say that I have a database as well in the project and I want to have a volume.
Let's say that I want to do Docker deployment whereby I actually start off the data in the app as well as the app.
To give an example, it might be an inventory manager and some other developers, and many more.