برنامه نویسان وب می توانند با استفاده از Docker بهره وری خود را افزایش دهند ،دوره آموزشی Pluralsight Docker for Web Developers ویژه برنامه نویسانی تهیه شده است که می خواهند با داکر آشنا شده و کار با آن را بیاموزند.
سر فصل های دوره آموزشی Pluralsight Docker for Web Developers :
Why Use Docker as a Developer
Introduction
What Is Docker
Docker Benefits (for Web Developers
Docker Tools
Docker in Action
Summary
Setting up Your Dev Environment with Docker Toolbox
Introduction
Installing Docker Toolbox on Mac
Installing Docker Toolbox on Windows
Getting Started with Docker Kitematic
Docker Kitematic in Action
Summary
Using Docker Machine and Docker Client
Introduction
Getting Started with Docker Machine
Getting Started with Docker Client
Docker Commands Review
Summary
Hooking Your Source Code into a Container
Introduction
The Layered File System
Containers and Volumes
Source Code, Volumes, and Containers
Hooking a Volume to Node.js Source Code
Hooking a Volume to ASP.NET Source Code
Removing Containers and Volumes
Summary
Building Custom Images with Dockerfile
Introduction
Getting Started with Dockerfile
Creating a Custom Node.js Dockerfile
Building a Node.js Image
Creating a Custom ASP.NET Core Dockerfile
Building an ASP.NET Core Image
Publishing an Image to Docker Hub
Summary
Communicating Between Docker Containers
Introduction
Getting Started with Container Linking
Linking Containers by Name
Linking Node.js and MongoDB Containers
Linking ASP.NET Core and PostgreSQL Containers
Getting Started with Container Networks
Container Networks in Action
Linking Multiple Containers
Summary
Managing Containers with Docker Compose
Introduction
Getting Started with Docker Compose
The docker-compose.yml File
Docker Compose Commands
Docker Compose in Action
Setting up Development Environment Services
Creating a Custom docker-compose.yml File
Managing Development Environment Services
Summary
Running Your Containers in the Cloud
Introduction
Getting Started with Docker Cloud
Linking to a Cloud Provider
Deploying a Node
Creating a Stack
Managing Stack Services
Summary