filmov
tv
Docker (Part 2) - Docker Compose with .Net Core MVC and API

Показать описание
Sample application (.Net Core MVC + .Net Core API) integration sample with Docker Compose.
Docker Compose File Format Versions
Create Docker Images and Containers Sample CLI Commands
#1. Create webapi Image
docker build --tag dotnetcoredemo:webapi --file .\Services\API\DNCD.Service.API\Dockerfile .
#2. Create mvc image
docker build --tag dotnetcoredemo:mvc --file .\Project\DNCD.Project.Portal\Dockerfile .
#3. Create a local network
docker network create --driver nat demo-mynetwork
#4. Create container1
docker run --name main-api --publish 3333:80 --network demo-network1 dotnetcoredemo:webapi
#5. Create container1
docker run --name main-mvc -it --publish 3336:80 --network demo-network1 dotnetcoredemo:mvc
Docker Host to use Wifi Adapter
"dns": [ "192.168.1.1", "8.8.8.8" ]
Docker View Tools
1. Visual Studio 2019 (Go to Views menu - Other Windows - Containers) - Recommended
1. Powershell ISE
2. Visual Studio Code with Extension 'Docker'
3. Docker Desktop Dashboard
Docker Compose File Format Versions
Create Docker Images and Containers Sample CLI Commands
#1. Create webapi Image
docker build --tag dotnetcoredemo:webapi --file .\Services\API\DNCD.Service.API\Dockerfile .
#2. Create mvc image
docker build --tag dotnetcoredemo:mvc --file .\Project\DNCD.Project.Portal\Dockerfile .
#3. Create a local network
docker network create --driver nat demo-mynetwork
#4. Create container1
docker run --name main-api --publish 3333:80 --network demo-network1 dotnetcoredemo:webapi
#5. Create container1
docker run --name main-mvc -it --publish 3336:80 --network demo-network1 dotnetcoredemo:mvc
Docker Host to use Wifi Adapter
"dns": [ "192.168.1.1", "8.8.8.8" ]
Docker View Tools
1. Visual Studio 2019 (Go to Views menu - Other Windows - Containers) - Recommended
1. Powershell ISE
2. Visual Studio Code with Extension 'Docker'
3. Docker Desktop Dashboard
Docker Network Türleri | Dockerfile ile Image Nasıl Üretilir | Part #2
Intro to Docker - Part 2 (Networking, Docker Compose)
Docker for Developers - Part 2 - Docker Track
Docker (Part 2) - Docker Compose with .Net Core MVC and API
Docker Essentials (Part 2) - What is Docker?
Introduction to node project for docker part 2 | Docker
Hızlandırılmış Docker Eğitimi - Part 2/2
JENKINS, DOCKER & KUBERNETES tutorials || Demo - 2 || by Mr. Shiva On 16-10-2024 @10:30AM IST
O que é Docker? Tutorial rápido | Descomplicando o Docker V1 - Parte 2
Gerenciando containers Docker - Parte 2 | Curso Docker #04
Learn to use Docker in Development - Part 2
The Docker HOST and MACVLAN Networks - Docker Networks part 2
Exploring Docker [2] - Docker Compose With Node & MongoDB
Docker - Beginner's Guide - Getting Started With Containerization - Part 2: Services
Docker containers on Mikrotik? Part 2: PiHole
Best Docker Container Server Setup // Docker Swarm, CephFS, and Portainer
10 Multi Container App - Part 2 - What is Docker Compose? - A real time example using Docker Compose
8 Basic Docker Commands || Docker Tutorial 4
Docker Machine #2 | Descomplicando o Docker V1 - Parte 1
Part 5 - DOCKER Part 2
Deploying the containerized application with Docker Compose || Docker Tutorial 12
Docker Compose #1 | Descomplicando o Docker V1 - Parte 18
Install Docker on Windows - Docker Series - Part 2
Docker Container Tutorial #2 Making changes to docker images
Комментарии