Files
docker-docs/develop/index.md
Usha Mandya 36aba6a7c6 Get started docs updates (#10218)
* Update Get started docs

* update part-1, add redirects

* draft updates to part 2 and 3

* tidy up the orchestration topics

* update examples, and other minor edits

* address Stefan's review comments

* moved orchestration to a new node

* fix Ben's review comments

* add email verification step

* Emphasize the CTA in part 3
2020-02-14 17:24:50 +00:00

2.1 KiB

title, description, keywords
title description keywords
Develop with Docker Overview of developer resources developer, developing, apps, api, sdk

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

Prerequisites

Work through the learning modules in Get started to understand how to build an image and run it as a containerized application.

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.

Learn about language-specific app development with Docker

Advanced development with the SDK or API

After you can write Dockerfiles or Compose files and use Docker CLI, take it to the next level by using Docker Engine SDK for Go/Python or use the HTTP API directly.