Docker Build Improvements #180
Labels
devOps
DevOps tasks
enhancement
Enhancement of existing code
good first contribution
Good for newcomers
help wanted
Extra attention is needed
docker run ..
creates a fresh state on every run anddocker-compose up
retains it's state between runs, as long as the image isn't rebuilt, or the container removes (usingdocker-compose down
)The text was updated successfully, but these errors were encountered: