|
| 1 | +--- |
| 2 | +description: Language-specific guides overview |
| 3 | +linkTitle: Language-specific guides |
| 4 | +weight: 10 |
| 5 | +keywords: guides, docker, language, node, java, python, R, go, golang, .net, c++, bun |
| 6 | +title: Language-specific guides overview |
| 7 | +toc_min: 1 |
| 8 | +toc_max: 2 |
| 9 | +aliases: |
| 10 | +- /guides/walkthroughs/containerize-your-app/ |
| 11 | +- /language/ |
| 12 | +--- |
| 13 | + |
| 14 | +The language-specific guides walk you through the process of: |
| 15 | +* Containerizing language-specific applications |
| 16 | +* Setting up a development environment |
| 17 | +* Configuring a CI/CD pipeline |
| 18 | +* Deploying an application locally using Kubernetes |
| 19 | + |
| 20 | +In addition to the language-specific modules, Docker documentation also provides guidelines to build images and efficiently manage your development environment. For more information, refer to the following topics: |
| 21 | + |
| 22 | +* [Building best practices](/manuals/build/building/best-practices.md) |
| 23 | +* [Build images with BuildKit](/manuals/build/buildkit/_index.md#getting-started) |
| 24 | + |
| 25 | +## Language-specific guides |
| 26 | + |
| 27 | +Learn how to containerize your applications and start developing using Docker. Choose one of the following languages to get started. |
| 28 | + |
| 29 | +<div class="grid grid-cols-2 md:grid-cols-3 h-auto gap-4"> |
| 30 | + <div class="flex items-center flex-1 shadow p-4"> |
| 31 | + <a href="/guides/language/nodejs/"><img class="m-auto rounded" src="/guides/language/images/nodejs.webp" alt="Develop with Node"></a> |
| 32 | + </div> |
| 33 | + <div class="flex items-center flex-1 shadow p-4"> |
| 34 | + <a href="/guides/language/bun/"><img class="m-auto rounded" src="/guides/language/images/bun.webp" alt="Develop with Bun"></a> |
| 35 | + </div> |
| 36 | + <div class="flex items-center flex-1 shadow p-4"> |
| 37 | + <a href="/guides/language/python/"><img class="m-auto rounded" src="/guides/language/images/python.webp" alt="Develop with Python"></a> |
| 38 | + </div> |
| 39 | + <div class="flex items-center flex-1 shadow p-4"> |
| 40 | + <a href="/guides/language/r/"><img class="m-auto rounded" src="/guides/language/images/r.webp" alt="Develop with R"></a> |
| 41 | + </div> |
| 42 | + <div class="flex items-center flex-1 shadow p-4"> |
| 43 | + <a href="/guides/language/java/"><img class="m-auto rounded" src="/guides/language/images/java.webp" alt="Develop with Java"></a> |
| 44 | + </div> |
| 45 | + <div class="flex items-center flex-1 shadow p-4"> |
| 46 | + <a href="/guides/language/golang/"><img class="m-auto rounded" src="/guides/language/images/golang.webp" alt="Develop with Go"></a> |
| 47 | + </div> |
| 48 | + <div class="flex items-center flex-1 shadow p-4"> |
| 49 | + <a href="/guides/language/dotnet/"><img class="m-auto rounded" src="/guides/language/images/c-sharp.webp" alt="Develop with C#"></a> |
| 50 | + </div> |
| 51 | + <div class="flex items-center flex-1 shadow p-4"> |
| 52 | + <a href="/guides/language/cpp/"><img class="m-auto rounded" src="/guides/language/images/cpp.webp" alt="Develop with C++"></a> |
| 53 | + </div> |
| 54 | + <div class="flex items-center flex-1 shadow p-4"> |
| 55 | + <a href="/guides/language/rust/"><img class="m-auto rounded" src="/guides/language/images/rust-logo.webp" alt="Develop with Rust"></a> |
| 56 | + </div> |
| 57 | + <div class="flex items-center flex-1 shadow p-4"> |
| 58 | + <a href="/guides/language/php/"><img class="m-auto rounded" src="/guides/language/images/php-logo.webp" alt="Develop with PHP"></a> |
| 59 | + </div> |
| 60 | + <div class="flex items-center flex-1 shadow p-4"> |
| 61 | + <a href="/guides/language/ruby/"><img class="m-auto rounded" src="/guides/language/images/ruby-on-rails.webp" alt="Develop with Ruby"></a> |
| 62 | + </div> |
| 63 | +</div> |
0 commit comments