Closed cmfcmf closed 6 years ago
Makes sense to me, but I am not a docker expert (actually pretty much the opposite).
So with docker-compose rm
a complete rebuild is actually not needed right? It just cleans all state.
And with --build
we force docker to rebuild all images?
Did I get that right?
Did I get that right?
Exactly, that's how I understand and tested it.
@CarstenWalther : what is your take on that?
Good point. @cmfcmf : your opinion?
Since these are only two commands, I would omit these scripts and write them to the readme (if not already there). What do you think about that? Good point. @cmfcmf : your opinion?
I agree. Because the README already kinda contains similar commands in the Cleaning up containers and existing state
and Updating the Docker setup
sections, I've now changed this PR to simply delete the outdated scripts.
I am not 100% sure, but I think my simple commands achieve the same results the scripts were supposed to do achieve. Additionally, the scripts contained the old name
masterprojectpricewars
, so they didn't work anyways.//cc @frederike-ramin @KBorchar