This is literally the first [proper] tutorial I've found on using docker for dev work this is the only thing that stopped me from using it... Thanks Dave 👍
@BrandonAaskov8 жыл бұрын
I second this motion!
@DeclassifiedMusic8 жыл бұрын
Daniel Kalendarov I still don't understand the value of docker :(
@LeandroCavalcanteLeandrw7 жыл бұрын
Dev env, better, env in general, all isolated from host machines
@danieldosen52607 жыл бұрын
imo, what you're doing in your docker-compose is a best practice. Thanks for enlightening us!
@intermundos61898 жыл бұрын
Revelation like... Thank you very much!
@LeandroCavalcanteLeandrw7 жыл бұрын
I got a boring problem: SSH private keys on Dockerfile build.
@ifudiscusswithmeurprobably72737 жыл бұрын
11:55 doesn't work out of the box. Not as easy as it seems. But I keep trying hard. Even with this TuT it doesn't work. www.kajabity.com/2017/08/unblock-docker-for-windows-firewall-issues-with-host-volumes/
@DawidTomkalski7 жыл бұрын
is there any way to make a named volume to point to a subfolder, in my repo I have two projects, client app, and API, both with node_modules?