docs
docs copied to clipboard
Source repo for Docker's Documentation
There are many times in which you want to connect non-containerized apps to your containerized services (native database tools or non-containerized apps). This post will walk you through the various...
There are a variety of ways to configure containerized applications. This guide will talk about a few tactics to inject configuration into containers and what you, as a developer, need...
Configuring JavaScript frontends can be tricky and are often built per environment. This post will talk about externalizing the configuration and allow you to deploy anywhere! (based on https://blog.mikesir87.io/2021/07/build-once-deploy-everywhere-for-spas/)
Containers make it possible to create portable and reusable pipelines, making it easier to develop and test locally and deploy with greater confidence. This post will outline how to do...
Learn how to copy code into a running container for .NET and Docker projects. You'll learn practical techniques using Docker commands, volume mounts, and advanced tools to synchronize your code...
FastAPI provides high-performance API framework to expose LLM capabilities as a service . Ollama offers effeicient way to download and run LLM models. By combining the strength of FastAPI, Ollama...
We don't have any specific guide today but just a README page https://github.com/docker/genai-stack/blob/main/running_on_wsl.md It would be great to turn this into guide
Show how to start a MySQL database, its various configuration options, and how to connect to it from a non-containerized application.