DEV Community

Discussion on: What is something that you recently learned that you wish you would have learned or understood earlier?

Collapse
 
megazear7 profile image
megazear7

Docker.

  1. Install Docker
  2. Write a Dockerfile
  3. Have consistent, automated, development and production environments that can be easily distributed.
Collapse
 
nombrekeff profile image
Keff

Docker is amazing, although it has some little things that bugger me a bit, it's a really powerful and easy to use tool.

Collapse
 
aleksandrhovhannisyan profile image
Aleksandr Hovhannisyan

The only thing I know about Docker is that it's perfect for warming my cold hands in the winter months :) I've used it before with 0 knowledge of what sorcery is going on under the hood. I'll probably change that one day.

Collapse
 
waylonwalker profile image
Waylon Walker

I have recently started working with docker. Its quite amazing to work with. Your working environment can run almost anywhere!