<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>YAML on Chen Kai Blog</title><link>https://www.chenk.top/en/tags/yaml/</link><description>Recent content in YAML on Chen Kai Blog</description><generator>Hugo</generator><language>en</language><lastBuildDate>Tue, 20 Jun 2023 09:00:00 +0000</lastBuildDate><atom:link href="https://www.chenk.top/en/tags/yaml/index.xml" rel="self" type="application/rss+xml"/><item><title>Docker and Containers (5): Docker Compose — Multi-Container Applications</title><link>https://www.chenk.top/en/docker-containers/05-docker-compose/</link><pubDate>Tue, 20 Jun 2023 09:00:00 +0000</pubDate><guid>https://www.chenk.top/en/docker-containers/05-docker-compose/</guid><description>&lt;p>The previous articles taught you how to run containers with &lt;code>docker run&lt;/code>, pass port mappings with &lt;code>-p&lt;/code>, create networks with &lt;code>docker network create&lt;/code>, and mount volumes with &lt;code>-v&lt;/code>. Now imagine doing that for a web server, an API backend, a database, a cache, and a task queue — every time you start your development environment. Docker Compose replaces those 20+ commands with a single file and a single command: &lt;code>docker compose up&lt;/code>.&lt;/p></description></item></channel></rss>