Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1.36 KB

DevelopWithDockerOverview.md

File metadata and controls

19 lines (13 loc) · 1.36 KB

Develop with Docker Overview

This page contains a list of resources for application developers who would like to build new applications using Docker.

Develop new apps on Docker

If you’re just getting started developing a brand new app on Docker, check out these resources to understand some of the most common patterns for getting the most benefits from Docker.

◽ Use multi-stage builds to keep your images lean
◽ Manage application data using volumes and bind mounts
Scale your app with Kubernetes
Scale your app as a Swarm service
General application development best practices

Learn about language-specific app development with Docker

Port a node.js app to Docker lab
Dockerize a .Net Core application
Dockerize an ASP.NET Core application with SQL Server on Linux using Docker Compose