Skip to main content

Docker

Introduction

  • Using Docker in development the right way • Leandro Proença 📖
  • Containers? So What? Docker 101 Explained • Scott Hanselman 📺

    Containers are confusing. They are a buzzword that everyone is saying but no one understands. Why use them? Why are they better than virtual machines? How are they different than just using a machine regularly? Let’s build a Dockerfile FROM Scratch and built it up to an Nginx webserver and finally a multistage Dockerfile with building, testing, and running, in production, in just 30 min!

  • Beginning Docker | Kevin Sookocheff • Kevin Sookocheff lists his most commonly used Docker commands 📖

Volumes

Networking

Inbox