Using Docker for local development replacing Vagrant -


i know there ton of hits on topic, , have spend time looking @ them, can not make decision.

i work on windows machine, , use vagrant development. start server, edit files in mounted /vagrant directory, hit f5 , see changes. when done developing upload code server.

problem is, want have infrastructure of server in "code" solution docker docker-compose. not know if there way work work vagrant. seems have keep rebuilding containers for changes apply.

i don't know if doing wrong, or docker product use ready go code.

i want have infrastructure of server in "code" solution docker docker-compose.
seems have keep rebuilding containers for changes apply.

as long docker-compose mounting host folder code is, wouldn't need rebuild container "for changes apply": container see code changes immediately, without having restart it.


Comments

Popular posts from this blog

wordpress - (T_ENDFOREACH) php error -

Export Excel workseet into txt file using vba - (text and numbers with formulas) -

Using django-mptt to get only the categories that have items -