SlideShare a Scribd company logo
DOCKER
for .NET Developers
Ha Noi .NET Group – Docker-Hanoi
ABOUT ME
 QuanTruong Anh
 Current:
 R&DSpecialist – R&D Department
 IT Center –Vietcombank
 Previous:
 ProjectTech Lead – FPT Software
 Community I joined
 AgileVietnam
 Docker-Hanoi
 Ha Noi .NETGroup
 Contact:
 Facebook: /quanta.vn
 Email: quan.truong.anh@gmail.com
AGENDA
 What is Docker
 Docker Benefits for Developers
 Docker onWindows
 Docker for ASP.NET Developers
WHAT IS DOCKER
WHAT IS DOCKER…
Virtual Machines Containers
http://www.docker.com/what-docker
WHAT IS DOCKER…
Docker Engine
https://docs.docker.com/engine/understanding-docker/
 is a client-server application
 with these major components:
 A server which is a type of long-running
program called a daemon process.
 A REST API which specifies interfaces
that programs can use to talk to the
daemon and instruct it what to do.
 A command line interface (CLI) client.
WHAT IS DOCKER…
Docker’s architecture When you run a container
 $ docker run -i -t ubuntu /bin/bash
 Docker Engine does the following:
 Pulls the ubuntu image
 Creates a new container
 Allocates a filesystem and mounts a
read-write layer
 Allocates a network / bridge interface
 Sets up an IP address
 Executes a process that you specify
 Captures and provides application
output
WHAT IS DOCKER…
Docker’s architecture When you run a container
 $ docker run -i -t ubuntu /bin/bash
 Docker Engine does the following:
 Pulls the ubuntu image
 Creates a new container
 Allocates a filesystem and mounts a
read-write layer
 Allocates a network / bridge interface
 Sets up an IP address
 Executes a process that you specify
 Captures and provides application
output
WHAT IS DOCKER…
Images and layers
 Each Docker image references a list of
read-only layers that represent
filesystem differences.
 Layers are stacked on top of each
other to form a base for a container’s
root filesystem.
WHAT IS DOCKER…
Build your own images
WHAT IS DOCKER…
Updating and committing an image Building an image from a Dockerfile
WHAT IS DOCKER…
WHAT IS DOCKER…
Container and layers
WHAT IS DOCKER…
Container and layers
WHAT IS DOCKER…
Data volumes and the storage driver
 When a container is deleted, any data
written to the container that is not
stored in a data volume is deleted
along with the container.
 A data volume is a directory or file in
the Docker host’s filesystem that is
mounted directly into a container.
 Reads and writes to data volumes
bypass the storage driver and operate
at native host speeds.
DOCKER BENEFITS FOR DEVELOPERS
 Write once, deploy anywhere
 Docker is a platform for
developers and sysadmins to
develop, ship, and run
applications.
 Docker lets you quickly assemble
applications from components
and eliminates the friction that
can come when shipping code.
 Docker lets you get your code
tested and deployed into
production as fast as possible.
DOCKER BENEFITS FOR DEVELOPERS
AGILITY
Developers have the freedom to define environments, and the ability to create and deploy apps faster and easier.
CONTROL
Developers own all the code from infrastructure to app.
PORTABILITY
Docker gives you choice without complexity, from a laptop to a team, to private infrastructure and public cloud providers.
CI/CD
Enable developers to develop and test applications more quickly and within any environment
DOCKER ONWINDOWS
DockerToolbox
https://docs.docker.com/toolbox/
Docker forWindows
https://docs.docker.com/docker-for-windows/
WINDOWS CONTAINERS
Windows Server Containers Hyper-V Containers
https://aka.ms/containers
WINDOWS CONTAINERS
Windows Server Containers
https://aka.ms/containers
HostOperating System Windows Server container Hyper-V container
Windows Server 2016 Full UI Server Core image Nano Server image
Windows Server 2016 Core Server Core image Nano Server image
Windows Server 2016 Nano Nano Server image Nano Server image
Windows 10 Insider Releases Not Available Nano Server image
WINDOWS CONTAINERS SAMPLES
Windows Server Core Nano server
https://aka.ms/containers
WINDOWS CONTAINERS SAMPLES
https://aka.ms/containers
WINDOWS CONTAINERS SAMPLES
https://aka.ms/containers
WINDOWS CONTAINERS SAMPLES
https://aka.ms/containers
DOCKER FOR ASP.NET DEVELOPERS
DockerTools forVisual Studio
https://aka.ms/DockerToolsForVS
DOCKER FOR ASP.NET DEVELOPERS
Docker Extension forVisual Studio Code
https://aka.ms/DockerToolsForVSCode
DOCKER FOR ASP.NET DEVELOPERS
Developing and debugging apps in Docker container
https://aka.ms/DockerToolsForVSCode
DOCKER FOR ASP.NET DEVELOPERS
Docker Extension forVisual Studio Code
https://aka.ms/DockerToolsForVSCode
WHAT’S NEXT

More Related Content

What's hot (20)

PDF
Docker Basics
Eueung Mulyana
 
PPTX
Docker : Container Virtualization
Ranjan Baisak
 
PPTX
Docker container a-brief_introduction_2016-01-30
Khelender Sasan
 
PPTX
What Is A Docker Container? | Docker Container Tutorial For Beginners| Docker...
Simplilearn
 
PDF
From Zero Docker to Hackathon Winner - Marcos Lilljedahl and Jimena Tapia
Docker, Inc.
 
PDF
Docker workshop
Matthias Noback
 
PDF
What is Docker | Docker Tutorial for Beginners | Docker Container | DevOps To...
Edureka!
 
PDF
Introduction to Docker Containers - Docker Captain
Ajeet Singh Raina
 
PDF
Azure Meetup Stuttgart - Multi-arch Docker images
Stefan Scherer
 
PPTX
Docker, LinuX Container
Araf Karsh Hamid
 
PPTX
CI, CD with Docker, Jenkins and Tutum
Sreenivas Makam
 
PPTX
Docker Compose | Docker Compose Tutorial | Docker Tutorial For Beginners | De...
Simplilearn
 
PDF
Introduction to Docker - Vellore Institute of Technology
Ajeet Singh Raina
 
PPTX
What's New in Docker 19.03.0 Pre-Release?
Ajeet Singh Raina
 
PPTX
Getting started with Docker
Ravindu Fernando
 
PPTX
Docker Understanding, What is Docker? Why Docker? How do I containerize somet...
Yogesh Wadile
 
PPTX
Docker
Huda Seyam
 
PDF
A Shift from Monolith to Microservice using Docker
Ajeet Singh Raina
 
PDF
Docker Container-Introduction and Features
Ashnikbiz
 
PDF
Building Reusable Development Environments with Docker
Revelation Technologies
 
Docker Basics
Eueung Mulyana
 
Docker : Container Virtualization
Ranjan Baisak
 
Docker container a-brief_introduction_2016-01-30
Khelender Sasan
 
What Is A Docker Container? | Docker Container Tutorial For Beginners| Docker...
Simplilearn
 
From Zero Docker to Hackathon Winner - Marcos Lilljedahl and Jimena Tapia
Docker, Inc.
 
Docker workshop
Matthias Noback
 
What is Docker | Docker Tutorial for Beginners | Docker Container | DevOps To...
Edureka!
 
Introduction to Docker Containers - Docker Captain
Ajeet Singh Raina
 
Azure Meetup Stuttgart - Multi-arch Docker images
Stefan Scherer
 
Docker, LinuX Container
Araf Karsh Hamid
 
CI, CD with Docker, Jenkins and Tutum
Sreenivas Makam
 
Docker Compose | Docker Compose Tutorial | Docker Tutorial For Beginners | De...
Simplilearn
 
Introduction to Docker - Vellore Institute of Technology
Ajeet Singh Raina
 
What's New in Docker 19.03.0 Pre-Release?
Ajeet Singh Raina
 
Getting started with Docker
Ravindu Fernando
 
Docker Understanding, What is Docker? Why Docker? How do I containerize somet...
Yogesh Wadile
 
Docker
Huda Seyam
 
A Shift from Monolith to Microservice using Docker
Ajeet Singh Raina
 
Docker Container-Introduction and Features
Ashnikbiz
 
Building Reusable Development Environments with Docker
Revelation Technologies
 

Viewers also liked (14)

PDF
Viaje estambul y capadocia 7 noches
Camila Ignacia Leiva Silva
 
PPT
277
Pelo Siro
 
PPTX
Presentación del tfm
Norma B. Candia Troche
 
PPT
DE VUELTA EN PIE
Tacún Lazarte
 
PPTX
籌碼K線
Happy Investor Group
 
PDF
CIF16: Building the Superfluid Cloud with Unikernels (Simon Kuenzer, NEC Europe)
The Linux Foundation
 
PDF
Unikernels - Keep It Simple to the Bare Metal
Pivorak MeetUp
 
DOCX
Carrier aggregation explained
DEVENDRAN M
 
PDF
Corporate governance oecd principles sep 2015
Ankush Thathai
 
PDF
Bonk Breaker BYU
James Huntington
 
PPTX
18 executives share their secret to getting sh*t done - Mailbird
Jason Ephraim
 
PDF
Monsef C.V. 13.11.2016
Mohammad Monsef
 
PDF
An Overview of Parent Councils
Bermuda Public Schools
 
Viaje estambul y capadocia 7 noches
Camila Ignacia Leiva Silva
 
Presentación del tfm
Norma B. Candia Troche
 
DE VUELTA EN PIE
Tacún Lazarte
 
CIF16: Building the Superfluid Cloud with Unikernels (Simon Kuenzer, NEC Europe)
The Linux Foundation
 
Unikernels - Keep It Simple to the Bare Metal
Pivorak MeetUp
 
Carrier aggregation explained
DEVENDRAN M
 
Corporate governance oecd principles sep 2015
Ankush Thathai
 
Bonk Breaker BYU
James Huntington
 
18 executives share their secret to getting sh*t done - Mailbird
Jason Ephraim
 
Monsef C.V. 13.11.2016
Mohammad Monsef
 
An Overview of Parent Councils
Bermuda Public Schools
 
Ad

Similar to Docker for .NET Developers (20)

PPTX
Docker - A Quick Introduction Guide
Mohammed Fazuluddin
 
PPTX
Docker introduction
Gourav Varma
 
PPTX
Docker introduction (1)
Gourav Varma
 
PPTX
Docker introduction (1)
Gourav Varma
 
PDF
Tech Talk #2: Docker - From $1 Billion Startup to the Future Industry Standard
Nexus FrontierTech
 
PPTX
Docker for .NET Developers
Taswar Bhatti
 
PPTX
Docker team training
Karthik Venkateswaran
 
PDF
Introduction to Docker by Adrian Mouat
Container Solutions
 
PPTX
Up & Running with Docker
Mohammed S.Zaghloul
 
PPTX
Unit No. III Docker ppt part 2.pptx Cloud Microservices & Application
Priyanka855141
 
PDF
Unit No. III Docker ppt part 2.pdf Cloud Microservices & Application
Priyanka855141
 
PDF
DockerCC.pdf
Cesar Capillas
 
PDF
Docker for developers
Anvay Patil
 
PPTX
Containerization using docker and its applications
Puneet Kumar Bhatia (MBA, ITIL V3 Certified)
 
PPTX
Containerization using docker and its applications
Puneet Kumar Bhatia (MBA, ITIL V3 Certified)
 
PPTX
Docker
Charlie Cai
 
PPTX
Developer workflow with docker
Wyn B. Van Devanter
 
PDF
Head first docker
Han Qin
 
ODP
Docker for Professionals: The Practical Guide
Paddy Lock
 
PDF
Docker
Neeraj Wadhwa
 
Docker - A Quick Introduction Guide
Mohammed Fazuluddin
 
Docker introduction
Gourav Varma
 
Docker introduction (1)
Gourav Varma
 
Docker introduction (1)
Gourav Varma
 
Tech Talk #2: Docker - From $1 Billion Startup to the Future Industry Standard
Nexus FrontierTech
 
Docker for .NET Developers
Taswar Bhatti
 
Docker team training
Karthik Venkateswaran
 
Introduction to Docker by Adrian Mouat
Container Solutions
 
Up & Running with Docker
Mohammed S.Zaghloul
 
Unit No. III Docker ppt part 2.pptx Cloud Microservices & Application
Priyanka855141
 
Unit No. III Docker ppt part 2.pdf Cloud Microservices & Application
Priyanka855141
 
DockerCC.pdf
Cesar Capillas
 
Docker for developers
Anvay Patil
 
Containerization using docker and its applications
Puneet Kumar Bhatia (MBA, ITIL V3 Certified)
 
Containerization using docker and its applications
Puneet Kumar Bhatia (MBA, ITIL V3 Certified)
 
Docker
Charlie Cai
 
Developer workflow with docker
Wyn B. Van Devanter
 
Head first docker
Han Qin
 
Docker for Professionals: The Practical Guide
Paddy Lock
 
Ad

Recently uploaded (20)

PDF
Newgen 2022-Forrester Newgen TEI_13 05 2022-The-Total-Economic-Impact-Newgen-...
darshakparmar
 
PDF
Newgen Beyond Frankenstein_Build vs Buy_Digital_version.pdf
darshakparmar
 
PDF
The 2025 InfraRed Report - Redpoint Ventures
Razin Mustafiz
 
PDF
Transcript: Book industry state of the nation 2025 - Tech Forum 2025
BookNet Canada
 
PDF
“Computer Vision at Sea: Automated Fish Tracking for Sustainable Fishing,” a ...
Edge AI and Vision Alliance
 
PDF
Peak of Data & AI Encore AI-Enhanced Workflows for the Real World
Safe Software
 
PDF
“Voice Interfaces on a Budget: Building Real-time Speech Recognition on Low-c...
Edge AI and Vision Alliance
 
PDF
Future-Proof or Fall Behind? 10 Tech Trends You Can’t Afford to Ignore in 2025
DIGITALCONFEX
 
PDF
Kit-Works Team Study_20250627_한달만에만든사내서비스키링(양다윗).pdf
Wonjun Hwang
 
PDF
🚀 Let’s Build Our First Slack Workflow! 🔧.pdf
SanjeetMishra29
 
PPTX
From Sci-Fi to Reality: Exploring AI Evolution
Svetlana Meissner
 
PDF
AI Agents in the Cloud: The Rise of Agentic Cloud Architecture
Lilly Gracia
 
PDF
UPDF - AI PDF Editor & Converter Key Features
DealFuel
 
PPTX
Mastering ODC + Okta Configuration - Chennai OSUG
HathiMaryA
 
PDF
LOOPS in C Programming Language - Technology
RishabhDwivedi43
 
PDF
NLJUG Speaker academy 2025 - first session
Bert Jan Schrijver
 
PDF
[Newgen] NewgenONE Marvin Brochure 1.pdf
darshakparmar
 
PPTX
Future Tech Innovations 2025 – A TechLists Insight
TechLists
 
PDF
Agentic AI lifecycle for Enterprise Hyper-Automation
Debmalya Biswas
 
PDF
Bitcoin for Millennials podcast with Bram, Power Laws of Bitcoin
Stephen Perrenod
 
Newgen 2022-Forrester Newgen TEI_13 05 2022-The-Total-Economic-Impact-Newgen-...
darshakparmar
 
Newgen Beyond Frankenstein_Build vs Buy_Digital_version.pdf
darshakparmar
 
The 2025 InfraRed Report - Redpoint Ventures
Razin Mustafiz
 
Transcript: Book industry state of the nation 2025 - Tech Forum 2025
BookNet Canada
 
“Computer Vision at Sea: Automated Fish Tracking for Sustainable Fishing,” a ...
Edge AI and Vision Alliance
 
Peak of Data & AI Encore AI-Enhanced Workflows for the Real World
Safe Software
 
“Voice Interfaces on a Budget: Building Real-time Speech Recognition on Low-c...
Edge AI and Vision Alliance
 
Future-Proof or Fall Behind? 10 Tech Trends You Can’t Afford to Ignore in 2025
DIGITALCONFEX
 
Kit-Works Team Study_20250627_한달만에만든사내서비스키링(양다윗).pdf
Wonjun Hwang
 
🚀 Let’s Build Our First Slack Workflow! 🔧.pdf
SanjeetMishra29
 
From Sci-Fi to Reality: Exploring AI Evolution
Svetlana Meissner
 
AI Agents in the Cloud: The Rise of Agentic Cloud Architecture
Lilly Gracia
 
UPDF - AI PDF Editor & Converter Key Features
DealFuel
 
Mastering ODC + Okta Configuration - Chennai OSUG
HathiMaryA
 
LOOPS in C Programming Language - Technology
RishabhDwivedi43
 
NLJUG Speaker academy 2025 - first session
Bert Jan Schrijver
 
[Newgen] NewgenONE Marvin Brochure 1.pdf
darshakparmar
 
Future Tech Innovations 2025 – A TechLists Insight
TechLists
 
Agentic AI lifecycle for Enterprise Hyper-Automation
Debmalya Biswas
 
Bitcoin for Millennials podcast with Bram, Power Laws of Bitcoin
Stephen Perrenod
 

Docker for .NET Developers