DEV Community

Discussion on: Docker For Frontend Developers

Collapse
 
akosyakov profile image
Anton Kosyakov

I had the same exp trying to isolate my dev env locally with docker and mini-kube. You have to install, configure, manage them, spend your disk space, memory and CPU cycles on running it. It is better when these techs are just implementation details sitting in the cloud. For example, as Gitpod allows develop dev.to itself from browser: dev.to/ben/spin-up-a-local-instanc... Setup is automated with Docker image launched in the cloud but you don't need to care about it.