DEV Community

Discussion on: What's the most excited you've ever been about a new technology?

Collapse
 
dhandspikerwade profile image
Devin Handspiker-Wade

Docker. Just getting into it this year but so far it's GREAT.

  • Need to test a script? Start a container
  • Want to use a python script without filling your computer with needed libraries? Run it in a container.
  • Want a CD/CI to have the needed tools without installing them each time or just hoping? Create a standard image.