This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 545348b48f (#685) feat: docker compose v2 (#686)
545348b48f is described below

commit 545348b48f9103fb6e89f450a666ef6c770b93c5
Author: Seunggabi Kim <[email protected]>
AuthorDate: Thu Nov 24 19:39:08 2022 +0900

    (#685) feat: docker compose v2 (#686)
---
 .../2.0.1/_sources/start/docker.rst.txt            |   8 +-
 docs-archive/apache-airflow/2.0.1/airflow.sh       |   2 +-
 .../apache-airflow/2.0.1/start/docker.html         | 112 ++++++++++-----------
 .../2.0.2/_sources/start/docker.rst.txt            |   6 +-
 docs-archive/apache-airflow/2.0.2/airflow.sh       |   2 +-
 docs-archive/apache-airflow/2.1.0/airflow.sh       |   2 +-
 docs-archive/apache-airflow/2.1.1/airflow.sh       |   2 +-
 docs-archive/apache-airflow/2.1.2/airflow.sh       |   2 +-
 docs-archive/apache-airflow/2.1.3/airflow.sh       |   2 +-
 .../apache-airflow/2.1.3/docker-compose.yaml       |   2 +-
 docs-archive/apache-airflow/2.1.4/airflow.sh       |   2 +-
 .../apache-airflow/2.1.4/docker-compose.yaml       |   2 +-
 docs-archive/apache-airflow/2.2.0/airflow.sh       |   4 +-
 .../apache-airflow/2.2.0/docker-compose.yaml       |   2 +-
 docs-archive/apache-airflow/2.2.0/tutorial.html    | 106 +++++++++----------
 docs-archive/apache-airflow/2.2.1/airflow.sh       |   4 +-
 .../apache-airflow/2.2.1/docker-compose.yaml       |   2 +-
 docs-archive/apache-airflow/2.2.1/tutorial.html    | 106 +++++++++----------
 docs-archive/apache-airflow/2.2.2/airflow.sh       |   4 +-
 .../apache-airflow/2.2.2/docker-compose.yaml       |   2 +-
 docs-archive/apache-airflow/2.2.2/tutorial.html    | 106 +++++++++----------
 docs-archive/apache-airflow/2.2.3/airflow.sh       |   4 +-
 .../apache-airflow/2.2.3/docker-compose.yaml       |   2 +-
 docs-archive/apache-airflow/2.2.3/tutorial.html    | 106 +++++++++----------
 docs-archive/apache-airflow/2.2.4/airflow.sh       |   4 +-
 .../apache-airflow/2.2.4/docker-compose.yaml       |   2 +-
 docs-archive/apache-airflow/2.2.4/tutorial.html    | 106 +++++++++----------
 docs-archive/apache-airflow/2.2.5/airflow.sh       |   4 +-
 .../apache-airflow/2.2.5/docker-compose.yaml       |   2 +-
 docs-archive/apache-airflow/2.2.5/tutorial.html    | 106 +++++++++----------
 docs-archive/apache-airflow/2.3.0/airflow.sh       |   4 +-
 docs-archive/apache-airflow/2.3.0/build.rst        |   4 +-
 .../apache-airflow/2.3.0/docker-compose.yaml       |   2 +-
 docs-archive/apache-airflow/2.3.0/tutorial.html    | 106 +++++++++----------
 docs-archive/docker-stack/_sources/build.rst.txt   |   4 +-
 35 files changed, 468 insertions(+), 468 deletions(-)

diff --git a/docs-archive/apache-airflow/2.0.1/_sources/start/docker.rst.txt 
b/docs-archive/apache-airflow/2.0.1/_sources/start/docker.rst.txt
index 290cc330fe..5bc6cacb00 100644
--- a/docs-archive/apache-airflow/2.0.1/_sources/start/docker.rst.txt
+++ b/docs-archive/apache-airflow/2.0.1/_sources/start/docker.rst.txt
@@ -76,7 +76,7 @@ On **all operating system**, you need to run database 
migrations and create the
 
 .. code-block:: bash
 
-    docker-compose up airflow-init
+    docker compose up airflow-init
 
 After initialization is complete, you should see a message like below.
 
@@ -96,7 +96,7 @@ Now you can start all services:
 
 .. code-block:: bash
 
-    docker-compose up
+    docker compose up
 
 In the second terminal you can check the condition of the containers and make 
sure that no containers are in unhealthy condition:
 
@@ -127,7 +127,7 @@ You can also run :doc:`CLI commands </usage-cli>`, but you 
have to do it in one
 
 .. code-block:: bash
 
-    docker-compose run airflow-worker airflow info
+    docker compose run airflow-worker airflow info
 
 If you have Linux or Mac OS, you can make your work easier and download a 
optional wrapper scripts that will allow you to run commands with a simpler 
command.
 
@@ -190,7 +190,7 @@ To stop and delete containers, delete volumes with database 
data and download im
 
 .. code-block:: bash
 
-    docker-compose down --volumes --rmi all
+    docker compose down --volumes --rmi all
 
 Notes
 =====
diff --git a/docs-archive/apache-airflow/2.0.1/airflow.sh 
b/docs-archive/apache-airflow/2.0.1/airflow.sh
index 2324ba681e..cab5b9a2c4 100644
--- a/docs-archive/apache-airflow/2.0.1/airflow.sh
+++ b/docs-archive/apache-airflow/2.0.1/airflow.sh
@@ -25,4 +25,4 @@ PROJECT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
 set -euo pipefail
 
 export COMPOSE_FILE=${PROJECT_DIR}/docker-compose.yaml
-exec docker-compose run airflow-worker "${@}"
+exec docker compose run airflow-worker "${@}"
diff --git a/docs-archive/apache-airflow/2.0.1/start/docker.html 
b/docs-archive/apache-airflow/2.0.1/start/docker.html
index 36b91bbc9e..0ed4c1c5db 100644
--- a/docs-archive/apache-airflow/2.0.1/start/docker.html
+++ b/docs-archive/apache-airflow/2.0.1/start/docker.html
@@ -35,9 +35,9 @@
 </script>
 <!-- End Matomo -->
 
-    
+
 </head><body class="td-section">
-    
+
 
 <header>
 
@@ -77,38 +77,38 @@
             <div class="navbar__menu-content" id="main_navbar">
 
                 <div class="navbar__links-container">
-                    
+
                         <a class="navbar__text-link" href="/community/">
                             Community
                         </a>
-                    
+
                         <a class="navbar__text-link" href="/meetups/">
                             Meetups
                         </a>
-                    
+
                         <a class="navbar__text-link" href="/docs/">
                             Documentation
                         </a>
-                    
+
                         <a class="navbar__text-link" href="/use-cases/">
                             Use-cases
                         </a>
-                    
+
                         <a class="navbar__text-link" href="/announcements/">
                             Announcements
                         </a>
-                    
+
                         <a class="navbar__text-link" href="/blog/">
                             Blog
                         </a>
-                    
+
                         <a class="navbar__text-link" href="/ecosystem/">
                             Ecosystem
                         </a>
-                    
+
                 </div>
 
-                
+
 
             </div>
 
@@ -152,38 +152,38 @@
                 <div class="navbar__menu-content" id="main_navbar">
 
                     <div class="navbar__links-container">
-                        
+
                             <a class="navbar__text-link" href="/community/">
                                 Community
                             </a>
-                        
+
                             <a class="navbar__text-link" href="/meetups/">
                                 Meetups
                             </a>
-                        
+
                             <a class="navbar__text-link" href="/docs/">
                                 Documentation
                             </a>
-                        
+
                             <a class="navbar__text-link" href="/use-cases/">
                                 Use-cases
                             </a>
-                        
+
                             <a class="navbar__text-link" 
href="/announcements/">
                                 Announcements
                             </a>
-                        
+
                             <a class="navbar__text-link" href="/blog/">
                                 Blog
                             </a>
-                        
+
                             <a class="navbar__text-link" href="/ecosystem/">
                                 Ecosystem
                             </a>
-                        
+
 
                     </div>
-                    
+
 
                 </div>
             </div>
@@ -194,8 +194,8 @@
 
 
     <div class="roadmap container-fluid td-default base-layout">
-        
-        
+
+
     <div class="content-drawer-wrapper">
         <button class="content-drawer__toggle-button" id="content-open-button">
 
@@ -460,10 +460,10 @@
             </div>
         </div>
     </div>
-        
+
         <div class="d-flex">
-            
-            
+
+
     <div class="td-sidebar desktop-only d-print-none">
 
 <div id="docs-version-selector" class="docs-version-selector 
sidebar__version-selector">
@@ -645,15 +645,15 @@
 
 </style>
     </div>
-            
 
-            
+
+
 
             <main class="col-12 col-md-9 col-xl-8" role="main">
-                
 
 
-    
+
+
 
 
 
@@ -661,22 +661,22 @@
 <div role="navigation" aria-label="breadcrumbs navigation" class="d-none 
d-md-block d-print-none">
 
     <ul class="breadcrumb">
-        
+
             <li class="breadcrumb-item"><a href="../index.html" class="icon 
icon-home"> Home</a></li>
-            
+
                 <li class="breadcrumb-item"><a href="index.html">Quick 
start</a></li>
-            
+
             <li class="breadcrumb-item"><a href="docker.html"> Running Airflow 
in Docker</a></li>
-        
+
     </ul>
 </div>
-                
+
                 <div class="rst-content">
                     <div class="document">
                             <div class="documentwrapper">
                                 <div class="bodywrapper">
                                     <div class="body" role="main">
-                                        
+
   <blockquote>
 <div></div></blockquote>
 <div class="section" id="running-airflow-in-docker">
@@ -725,7 +725,7 @@ task instances once their dependencies are 
complete.</p></li>
 </pre></div>
 </div>
 <p>On <strong>all operating system</strong>, you need to run database 
migrations and create the first user account. To do it, run.</p>
-<div class="highlight-bash notranslate"><div 
class="highlight"><pre><span></span>docker-compose up airflow-init
+<div class="highlight-bash notranslate"><div 
class="highlight"><pre><span></span>docker compose up airflow-init
 </pre></div>
 </div>
 <p>After initialization is complete, you should see a message like below.</p>
@@ -740,7 +740,7 @@ start_airflow-init_1 exited with code 0
 <div class="section" id="running-airflow">
 <h2>Running Airflow<a class="headerlink" href="#running-airflow" 
title="Permalink to this headline">¶</a></h2>
 <p>Now you can start all services:</p>
-<div class="highlight-bash notranslate"><div 
class="highlight"><pre><span></span>docker-compose up
+<div class="highlight-bash notranslate"><div 
class="highlight"><pre><span></span>docker compose up
 </pre></div>
 </div>
 <p>In the second terminal you can check the condition of the containers and 
make sure that no containers are in unhealthy condition:</p>
@@ -766,7 +766,7 @@ ed9b09fc84b1   apache/airflow:2.0.1   <span 
class="s2">&quot;/usr/bin/dumb-init
 <div class="section" id="running-the-cli-commands">
 <h3>Running the CLI commands<a class="headerlink" 
href="#running-the-cli-commands" title="Permalink to this headline">¶</a></h3>
 <p>You can also run <a class="reference internal" 
href="../usage-cli.html"><span class="doc">CLI commands</span></a>, but you 
have to do it in one of the defined <code class="docutils literal 
notranslate"><span class="pre">airflow-*</span></code> services. For example, 
to run <code class="docutils literal notranslate"><span 
class="pre">airflow</span> <span class="pre">info</span></code>, run the 
following command:</p>
-<div class="highlight-bash notranslate"><div 
class="highlight"><pre><span></span>docker-compose run airflow-worker airflow 
info
+<div class="highlight-bash notranslate"><div 
class="highlight"><pre><span></span>docker compose run airflow-worker airflow 
info
 </pre></div>
 </div>
 <p>If you have Linux or Mac OS, you can make your work easier and download a 
optional wrapper scripts that will allow you to run commands with a simpler 
command.</p>
@@ -811,7 +811,7 @@ curl -X GET  <span class="se">\</span>
 <div class="section" id="cleaning-up">
 <h2>Cleaning up<a class="headerlink" href="#cleaning-up" title="Permalink to 
this headline">¶</a></h2>
 <p>To stop and delete containers, delete volumes with database data and 
download images, run:</p>
-<div class="highlight-bash notranslate"><div 
class="highlight"><pre><span></span>docker-compose down --volumes --rmi all
+<div class="highlight-bash notranslate"><div 
class="highlight"><pre><span></span>docker compose down --volumes --rmi all
 </pre></div>
 </div>
 </div>
@@ -891,12 +891,12 @@ curl -X GET  <span class="se">\</span>
 
         </div>
     </div>
-                
+
             </main>
-            
 
-            
-            
+
+
+
     <nav class="wy-nav-side-toc">
         <div class="wy-menu-vertical">
             <ul>
@@ -920,12 +920,10 @@ curl -X GET  <span class="se">\</span>
 
         </div>
     </nav>
-            
+
         </div>
-        
 
 
-    
 
 
 
@@ -933,10 +931,12 @@ curl -X GET  <span class="se">\</span>
 
 
 
-    
-        
-            
-        
+
+
+
+
+
+
         <div class="base-layout--button">
             <a 
href="https://github.com/apache/airflow/edit/master/docs/apache-airflow/start/docker.rst";
 rel="nofollow">
 
@@ -949,12 +949,12 @@ curl -X GET  <span class="se">\</span>
                 </button>
             </a>
         </div>
-    
+
 
     </div>
 
 
-    
+
 
 <footer>
     <div class="footer-section footer-section__media-section">
@@ -1029,7 +1029,7 @@ curl -X GET  <span class="se">\</span>
             </a>
 
         </div>
-        
+
 
         <div class="footer-section__media-section--button-with-text">
             <span class="footer-section__media-section--text">Want to be a 
part of Apache Airflow?</span>
@@ -1039,7 +1039,7 @@ curl -X GET  <span class="se">\</span>
 
             </a>
         </div>
-        
+
 
     </div>
     <div class="footer-section footer-section__policies-section">
@@ -1062,7 +1062,7 @@ curl -X GET  <span class="se">\</span>
                 <a href="https://www.apache.org/security/"; 
class="footer-section__policies-section--policy-item">
                     <span>Security</span>
                 </a>
-                
+
 
             </div>
         </div>
@@ -1085,4 +1085,4 @@ curl -X GET  <span class="se">\</span>
         <script src="../_static/copybutton.js"></script>
         <script src="../_static/jira-links.js"></script>
 </body>
-</html>
\ No newline at end of file
+</html>
diff --git a/docs-archive/apache-airflow/2.0.2/_sources/start/docker.rst.txt 
b/docs-archive/apache-airflow/2.0.2/_sources/start/docker.rst.txt
index a2791c0c75..7c91955a4e 100644
--- a/docs-archive/apache-airflow/2.0.2/_sources/start/docker.rst.txt
+++ b/docs-archive/apache-airflow/2.0.2/_sources/start/docker.rst.txt
@@ -96,7 +96,7 @@ Now you can start all services:
 
 .. code-block:: bash
 
-    docker-compose up
+    docker compose up
 
 In the second terminal you can check the condition of the containers and make 
sure that no containers are in unhealthy condition:
 
@@ -127,7 +127,7 @@ You can also run :doc:`CLI commands </usage-cli>`, but you 
have to do it in one
 
 .. code-block:: bash
 
-    docker-compose run airflow-worker airflow info
+    docker compose run airflow-worker airflow info
 
 If you have Linux or Mac OS, you can make your work easier and download a 
optional wrapper scripts that will allow you to run commands with a simpler 
command.
 
@@ -190,7 +190,7 @@ To stop and delete containers, delete volumes with database 
data and download im
 
 .. code-block:: bash
 
-    docker-compose down --volumes --rmi all
+    docker compose down --volumes --rmi all
 
 Notes
 =====
diff --git a/docs-archive/apache-airflow/2.0.2/airflow.sh 
b/docs-archive/apache-airflow/2.0.2/airflow.sh
index 4aa1d71cac..2c013e4449 100644
--- a/docs-archive/apache-airflow/2.0.2/airflow.sh
+++ b/docs-archive/apache-airflow/2.0.2/airflow.sh
@@ -25,4 +25,4 @@ PROJECT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
 set -euo pipefail
 
 export COMPOSE_FILE="${PROJECT_DIR}/docker-compose.yaml"
-exec docker-compose run --rm -e CONNECTION_CHECK_MAX_COUNT=0 airflow-worker 
"${@}"
+exec docker compose run --rm -e CONNECTION_CHECK_MAX_COUNT=0 airflow-worker 
"${@}"
diff --git a/docs-archive/apache-airflow/2.1.0/airflow.sh 
b/docs-archive/apache-airflow/2.1.0/airflow.sh
index 4aa1d71cac..2c013e4449 100644
--- a/docs-archive/apache-airflow/2.1.0/airflow.sh
+++ b/docs-archive/apache-airflow/2.1.0/airflow.sh
@@ -25,4 +25,4 @@ PROJECT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
 set -euo pipefail
 
 export COMPOSE_FILE="${PROJECT_DIR}/docker-compose.yaml"
-exec docker-compose run --rm -e CONNECTION_CHECK_MAX_COUNT=0 airflow-worker 
"${@}"
+exec docker compose run --rm -e CONNECTION_CHECK_MAX_COUNT=0 airflow-worker 
"${@}"
diff --git a/docs-archive/apache-airflow/2.1.1/airflow.sh 
b/docs-archive/apache-airflow/2.1.1/airflow.sh
index 4aa1d71cac..2c013e4449 100644
--- a/docs-archive/apache-airflow/2.1.1/airflow.sh
+++ b/docs-archive/apache-airflow/2.1.1/airflow.sh
@@ -25,4 +25,4 @@ PROJECT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
 set -euo pipefail
 
 export COMPOSE_FILE="${PROJECT_DIR}/docker-compose.yaml"
-exec docker-compose run --rm -e CONNECTION_CHECK_MAX_COUNT=0 airflow-worker 
"${@}"
+exec docker compose run --rm -e CONNECTION_CHECK_MAX_COUNT=0 airflow-worker 
"${@}"
diff --git a/docs-archive/apache-airflow/2.1.2/airflow.sh 
b/docs-archive/apache-airflow/2.1.2/airflow.sh
index 4aa1d71cac..2c013e4449 100644
--- a/docs-archive/apache-airflow/2.1.2/airflow.sh
+++ b/docs-archive/apache-airflow/2.1.2/airflow.sh
@@ -25,4 +25,4 @@ PROJECT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
 set -euo pipefail
 
 export COMPOSE_FILE="${PROJECT_DIR}/docker-compose.yaml"
-exec docker-compose run --rm -e CONNECTION_CHECK_MAX_COUNT=0 airflow-worker 
"${@}"
+exec docker compose run --rm -e CONNECTION_CHECK_MAX_COUNT=0 airflow-worker 
"${@}"
diff --git a/docs-archive/apache-airflow/2.1.3/airflow.sh 
b/docs-archive/apache-airflow/2.1.3/airflow.sh
index 4aa1d71cac..2c013e4449 100644
--- a/docs-archive/apache-airflow/2.1.3/airflow.sh
+++ b/docs-archive/apache-airflow/2.1.3/airflow.sh
@@ -25,4 +25,4 @@ PROJECT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
 set -euo pipefail
 
 export COMPOSE_FILE="${PROJECT_DIR}/docker-compose.yaml"
-exec docker-compose run --rm -e CONNECTION_CHECK_MAX_COUNT=0 airflow-worker 
"${@}"
+exec docker compose run --rm -e CONNECTION_CHECK_MAX_COUNT=0 airflow-worker 
"${@}"
diff --git a/docs-archive/apache-airflow/2.1.3/docker-compose.yaml 
b/docs-archive/apache-airflow/2.1.3/docker-compose.yaml
index 89cd7e61cf..5f087d6556 100644
--- a/docs-archive/apache-airflow/2.1.3/docker-compose.yaml
+++ b/docs-archive/apache-airflow/2.1.3/docker-compose.yaml
@@ -46,7 +46,7 @@ x-airflow-common:
   &airflow-common
   # In order to add custom dependencies or upgrade provider packages you can 
use your extended image.
   # Comment the image line, place your Dockerfile in the directory where you 
placed the docker-compose.yaml
-  # and uncomment the "build" line below, Then run `docker-compose build` to 
build the images.
+  # and uncomment the "build" line below, Then run `docker compose build` to 
build the images.
   image: ${AIRFLOW_IMAGE_NAME:-apache/airflow:2.1.3}
   # build: .
   environment:
diff --git a/docs-archive/apache-airflow/2.1.4/airflow.sh 
b/docs-archive/apache-airflow/2.1.4/airflow.sh
index 4aa1d71cac..2c013e4449 100644
--- a/docs-archive/apache-airflow/2.1.4/airflow.sh
+++ b/docs-archive/apache-airflow/2.1.4/airflow.sh
@@ -25,4 +25,4 @@ PROJECT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
 set -euo pipefail
 
 export COMPOSE_FILE="${PROJECT_DIR}/docker-compose.yaml"
-exec docker-compose run --rm -e CONNECTION_CHECK_MAX_COUNT=0 airflow-worker 
"${@}"
+exec docker compose run --rm -e CONNECTION_CHECK_MAX_COUNT=0 airflow-worker 
"${@}"
diff --git a/docs-archive/apache-airflow/2.1.4/docker-compose.yaml 
b/docs-archive/apache-airflow/2.1.4/docker-compose.yaml
index 024bc3ff54..f6a03a42a3 100644
--- a/docs-archive/apache-airflow/2.1.4/docker-compose.yaml
+++ b/docs-archive/apache-airflow/2.1.4/docker-compose.yaml
@@ -46,7 +46,7 @@ x-airflow-common:
   &airflow-common
   # In order to add custom dependencies or upgrade provider packages you can 
use your extended image.
   # Comment the image line, place your Dockerfile in the directory where you 
placed the docker-compose.yaml
-  # and uncomment the "build" line below, Then run `docker-compose build` to 
build the images.
+  # and uncomment the "build" line below, Then run `docker compose build` to 
build the images.
   image: ${AIRFLOW_IMAGE_NAME:-apache/airflow:2.1.4}
   # build: .
   environment:
diff --git a/docs-archive/apache-airflow/2.2.0/airflow.sh 
b/docs-archive/apache-airflow/2.2.0/airflow.sh
index 9e662961fb..7e808591ad 100644
--- a/docs-archive/apache-airflow/2.2.0/airflow.sh
+++ b/docs-archive/apache-airflow/2.2.0/airflow.sh
@@ -26,7 +26,7 @@ set -euo pipefail
 
 export COMPOSE_FILE="${PROJECT_DIR}/docker-compose.yaml"
 if [ $# -gt 0 ]; then
-    exec docker-compose run --rm airflow-cli "${@}"
+    exec docker compose run --rm airflow-cli "${@}"
 else
-    exec docker-compose run --rm airflow-cli
+    exec docker compose run --rm airflow-cli
 fi
diff --git a/docs-archive/apache-airflow/2.2.0/docker-compose.yaml 
b/docs-archive/apache-airflow/2.2.0/docker-compose.yaml
index a5a0718e45..c47fc18c18 100644
--- a/docs-archive/apache-airflow/2.2.0/docker-compose.yaml
+++ b/docs-archive/apache-airflow/2.2.0/docker-compose.yaml
@@ -43,7 +43,7 @@ x-airflow-common:
   &airflow-common
   # In order to add custom dependencies or upgrade provider packages you can 
use your extended image.
   # Comment the image line, place your Dockerfile in the directory where you 
placed the docker-compose.yaml
-  # and uncomment the "build" line below, Then run `docker-compose build` to 
build the images.
+  # and uncomment the "build" line below, Then run `docker compose build` to 
build the images.
   image: ${AIRFLOW_IMAGE_NAME:-apache/airflow:2.2.0}
   # build: .
   environment:
diff --git a/docs-archive/apache-airflow/2.2.0/tutorial.html 
b/docs-archive/apache-airflow/2.2.0/tutorial.html
index d33a680994..6031c45eb4 100644
--- a/docs-archive/apache-airflow/2.2.0/tutorial.html
+++ b/docs-archive/apache-airflow/2.2.0/tutorial.html
@@ -35,9 +35,9 @@
 </script>
 <!-- End Matomo -->
 
-    
+
 </head><body class="td-section">
-    
+
 
 <header>
     <nav class="js-navbar-scroll navbar">
@@ -76,38 +76,38 @@
             <div class="navbar__menu-content" id="main_navbar">
 
                 <div class="navbar__links-container">
-                    
+
                         <a class="navbar__text-link" href="/community/">
                             Community
                         </a>
-                    
+
                         <a class="navbar__text-link" href="/meetups/">
                             Meetups
                         </a>
-                    
+
                         <a class="navbar__text-link" href="/docs/">
                             Documentation
                         </a>
-                    
+
                         <a class="navbar__text-link" href="/use-cases/">
                             Use-cases
                         </a>
-                    
+
                         <a class="navbar__text-link" href="/announcements/">
                             Announcements
                         </a>
-                    
+
                         <a class="navbar__text-link" href="/blog/">
                             Blog
                         </a>
-                    
+
                         <a class="navbar__text-link" href="/ecosystem/">
                             Ecosystem
                         </a>
-                    
+
                 </div>
 
-                
+
 
             </div>
 
@@ -151,38 +151,38 @@
                 <div class="navbar__menu-content" id="main_navbar">
 
                     <div class="navbar__links-container">
-                        
+
                             <a class="navbar__text-link" href="/community/">
                                 Community
                             </a>
-                        
+
                             <a class="navbar__text-link" href="/meetups/">
                                 Meetups
                             </a>
-                        
+
                             <a class="navbar__text-link" href="/docs/">
                                 Documentation
                             </a>
-                        
+
                             <a class="navbar__text-link" href="/use-cases/">
                                 Use-cases
                             </a>
-                        
+
                             <a class="navbar__text-link" 
href="/announcements/">
                                 Announcements
                             </a>
-                        
+
                             <a class="navbar__text-link" href="/blog/">
                                 Blog
                             </a>
-                        
+
                             <a class="navbar__text-link" href="/ecosystem/">
                                 Ecosystem
                             </a>
-                        
+
 
                     </div>
-                    
+
 
                 </div>
             </div>
@@ -193,8 +193,8 @@
 
 
     <div class="roadmap container-fluid td-default base-layout">
-        
-        
+
+
     <div class="content-drawer-wrapper">
         <button class="content-drawer__toggle-button" id="content-open-button">
 
@@ -460,10 +460,10 @@
             </div>
         </div>
     </div>
-        
+
         <div class="d-flex">
-            
-            
+
+
     <div class="td-sidebar desktop-only d-print-none">
 
 <div id="docs-version-selector" class="docs-version-selector 
sidebar__version-selector">
@@ -646,15 +646,15 @@
 
 </style>
     </div>
-            
 
-            
+
+
 
             <main class="col-12 col-md-9 col-xl-8" role="main">
-                
 
 
-    
+
+
 
 
 
@@ -662,20 +662,20 @@
 <div role="navigation" aria-label="breadcrumbs navigation" class="d-none 
d-md-block d-print-none">
 
     <ul class="breadcrumb">
-        
+
             <li class="breadcrumb-item"><a href="index.html" class="icon 
icon-home"> Home</a></li>
-            
+
             <li class="breadcrumb-item"><a href="tutorial.html"> 
Tutorial</a></li>
-        
+
     </ul>
 </div>
-                
+
                 <div class="rst-content">
                     <div class="document">
                             <div class="documentwrapper">
                                 <div class="bodywrapper">
                                     <div class="body" role="main">
-                                        
+
   <blockquote>
 <div></div></blockquote>
 <div class="section" id="tutorial">
@@ -1389,8 +1389,8 @@ Follow the instructions properly to set up Airflow.</p>
 </div>
 <p>This dag runs daily at 00:00.
 Add this python file to airflow/dags folder and go back to the main folder and 
run</p>
-<div class="highlight-bash notranslate"><div 
class="highlight"><pre><span></span>docker-compose up airflow-init
-docker-compose up
+<div class="highlight-bash notranslate"><div 
class="highlight"><pre><span></span>docker compose up airflow-init
+docker compose up
 </pre></div>
 </div>
 <p>Go to your browser and go to the site <a class="reference external" 
href="http://localhost:8080/home";>http://localhost:8080/home</a> and trigger 
your DAG Airflow Example</p>
@@ -1491,12 +1491,12 @@ running against it should get it to get triggered and 
run every day.</p>
 
         </div>
     </div>
-                
+
             </main>
-            
 
-            
-            
+
+
+
     <nav class="wy-nav-side-toc">
         <div class="wy-menu-vertical">
             <ul>
@@ -1527,12 +1527,10 @@ running against it should get it to get triggered and 
run every day.</p>
 
         </div>
     </nav>
-            
+
         </div>
-        
 
 
-    
 
 
 
@@ -1540,10 +1538,12 @@ running against it should get it to get triggered and 
run every day.</p>
 
 
 
-    
-        
-            
-        
+
+
+
+
+
+
         <div class="base-layout--button">
             <a 
href="https://github.com/apache/airflow/edit/main/docs/apache-airflow/tutorial.rst";
 rel="nofollow">
 
@@ -1556,12 +1556,12 @@ running against it should get it to get triggered and 
run every day.</p>
                 </button>
             </a>
         </div>
-    
+
 
     </div>
 
 
-    
+
 
 <footer>
     <div class="footer-section footer-section__media-section">
@@ -1636,7 +1636,7 @@ running against it should get it to get triggered and run 
every day.</p>
             </a>
 
         </div>
-        
+
 
         <div class="footer-section__media-section--button-with-text">
             <span class="footer-section__media-section--text">Want to be a 
part of Apache Airflow?</span>
@@ -1646,7 +1646,7 @@ running against it should get it to get triggered and run 
every day.</p>
 
             </a>
         </div>
-        
+
 
     </div>
     <div class="footer-section footer-section__policies-section">
@@ -1669,7 +1669,7 @@ running against it should get it to get triggered and run 
every day.</p>
                 <a href="https://www.apache.org/security/"; 
class="footer-section__policies-section--policy-item">
                     <span>Security</span>
                 </a>
-                
+
 
             </div>
         </div>
@@ -1691,4 +1691,4 @@ running against it should get it to get triggered and run 
every day.</p>
         <script src="_static/copybutton.js"></script>
         <script src="_static/gh-jira-links.js"></script>
 </body>
-</html>
\ No newline at end of file
+</html>
diff --git a/docs-archive/apache-airflow/2.2.1/airflow.sh 
b/docs-archive/apache-airflow/2.2.1/airflow.sh
index 9e662961fb..7e808591ad 100644
--- a/docs-archive/apache-airflow/2.2.1/airflow.sh
+++ b/docs-archive/apache-airflow/2.2.1/airflow.sh
@@ -26,7 +26,7 @@ set -euo pipefail
 
 export COMPOSE_FILE="${PROJECT_DIR}/docker-compose.yaml"
 if [ $# -gt 0 ]; then
-    exec docker-compose run --rm airflow-cli "${@}"
+    exec docker compose run --rm airflow-cli "${@}"
 else
-    exec docker-compose run --rm airflow-cli
+    exec docker compose run --rm airflow-cli
 fi
diff --git a/docs-archive/apache-airflow/2.2.1/docker-compose.yaml 
b/docs-archive/apache-airflow/2.2.1/docker-compose.yaml
index 5d7c7a986d..ba9d050bce 100644
--- a/docs-archive/apache-airflow/2.2.1/docker-compose.yaml
+++ b/docs-archive/apache-airflow/2.2.1/docker-compose.yaml
@@ -43,7 +43,7 @@ x-airflow-common:
   &airflow-common
   # In order to add custom dependencies or upgrade provider packages you can 
use your extended image.
   # Comment the image line, place your Dockerfile in the directory where you 
placed the docker-compose.yaml
-  # and uncomment the "build" line below, Then run `docker-compose build` to 
build the images.
+  # and uncomment the "build" line below, Then run `docker compose build` to 
build the images.
   image: ${AIRFLOW_IMAGE_NAME:-apache/airflow:2.2.1}
   # build: .
   environment:
diff --git a/docs-archive/apache-airflow/2.2.1/tutorial.html 
b/docs-archive/apache-airflow/2.2.1/tutorial.html
index dfa8876b6d..f588855db2 100644
--- a/docs-archive/apache-airflow/2.2.1/tutorial.html
+++ b/docs-archive/apache-airflow/2.2.1/tutorial.html
@@ -35,9 +35,9 @@
 </script>
 <!-- End Matomo -->
 
-    
+
 </head><body class="td-section">
-    
+
 
 <header>
     <nav class="js-navbar-scroll navbar">
@@ -76,38 +76,38 @@
             <div class="navbar__menu-content" id="main_navbar">
 
                 <div class="navbar__links-container">
-                    
+
                         <a class="navbar__text-link" href="/community/">
                             Community
                         </a>
-                    
+
                         <a class="navbar__text-link" href="/meetups/">
                             Meetups
                         </a>
-                    
+
                         <a class="navbar__text-link" href="/docs/">
                             Documentation
                         </a>
-                    
+
                         <a class="navbar__text-link" href="/use-cases/">
                             Use-cases
                         </a>
-                    
+
                         <a class="navbar__text-link" href="/announcements/">
                             Announcements
                         </a>
-                    
+
                         <a class="navbar__text-link" href="/blog/">
                             Blog
                         </a>
-                    
+
                         <a class="navbar__text-link" href="/ecosystem/">
                             Ecosystem
                         </a>
-                    
+
                 </div>
 
-                
+
 
             </div>
 
@@ -151,38 +151,38 @@
                 <div class="navbar__menu-content" id="main_navbar">
 
                     <div class="navbar__links-container">
-                        
+
                             <a class="navbar__text-link" href="/community/">
                                 Community
                             </a>
-                        
+
                             <a class="navbar__text-link" href="/meetups/">
                                 Meetups
                             </a>
-                        
+
                             <a class="navbar__text-link" href="/docs/">
                                 Documentation
                             </a>
-                        
+
                             <a class="navbar__text-link" href="/use-cases/">
                                 Use-cases
                             </a>
-                        
+
                             <a class="navbar__text-link" 
href="/announcements/">
                                 Announcements
                             </a>
-                        
+
                             <a class="navbar__text-link" href="/blog/">
                                 Blog
                             </a>
-                        
+
                             <a class="navbar__text-link" href="/ecosystem/">
                                 Ecosystem
                             </a>
-                        
+
 
                     </div>
-                    
+
 
                 </div>
             </div>
@@ -193,8 +193,8 @@
 
 
     <div class="roadmap container-fluid td-default base-layout">
-        
-        
+
+
     <div class="content-drawer-wrapper">
         <button class="content-drawer__toggle-button" id="content-open-button">
 
@@ -460,10 +460,10 @@
             </div>
         </div>
     </div>
-        
+
         <div class="d-flex">
-            
-            
+
+
     <div class="td-sidebar desktop-only d-print-none">
 
 <div id="docs-version-selector" class="docs-version-selector 
sidebar__version-selector">
@@ -646,15 +646,15 @@
 
 </style>
     </div>
-            
 
-            
+
+
 
             <main class="col-12 col-md-9 col-xl-8" role="main">
-                
 
 
-    
+
+
 
 
 
@@ -662,20 +662,20 @@
 <div role="navigation" aria-label="breadcrumbs navigation" class="d-none 
d-md-block d-print-none">
 
     <ul class="breadcrumb">
-        
+
             <li class="breadcrumb-item"><a href="index.html" class="icon 
icon-home"> Home</a></li>
-            
+
             <li class="breadcrumb-item"><a href="tutorial.html"> 
Tutorial</a></li>
-        
+
     </ul>
 </div>
-                
+
                 <div class="rst-content">
                     <div class="document">
                             <div class="documentwrapper">
                                 <div class="bodywrapper">
                                     <div class="body" role="main">
-                                        
+
   <blockquote>
 <div></div></blockquote>
 <div class="section" id="tutorial">
@@ -1389,8 +1389,8 @@ Follow the instructions properly to set up Airflow.</p>
 </div>
 <p>This dag runs daily at 00:00.
 Add this python file to airflow/dags folder and go back to the main folder and 
run</p>
-<div class="highlight-bash notranslate"><div 
class="highlight"><pre><span></span>docker-compose up airflow-init
-docker-compose up
+<div class="highlight-bash notranslate"><div 
class="highlight"><pre><span></span>docker compose up airflow-init
+docker compose up
 </pre></div>
 </div>
 <p>Go to your browser and go to the site <a class="reference external" 
href="http://localhost:8080/home";>http://localhost:8080/home</a> and trigger 
your DAG Airflow Example</p>
@@ -1491,12 +1491,12 @@ running against it should get it to get triggered and 
run every day.</p>
 
         </div>
     </div>
-                
+
             </main>
-            
 
-            
-            
+
+
+
     <nav class="wy-nav-side-toc">
         <div class="wy-menu-vertical">
             <ul>
@@ -1527,12 +1527,10 @@ running against it should get it to get triggered and 
run every day.</p>
 
         </div>
     </nav>
-            
+
         </div>
-        
 
 
-    
 
 
 
@@ -1540,10 +1538,12 @@ running against it should get it to get triggered and 
run every day.</p>
 
 
 
-    
-        
-            
-        
+
+
+
+
+
+
         <div class="base-layout--button">
             <a 
href="https://github.com/apache/airflow/edit/main/docs/apache-airflow/tutorial.rst";
 rel="nofollow">
 
@@ -1556,12 +1556,12 @@ running against it should get it to get triggered and 
run every day.</p>
                 </button>
             </a>
         </div>
-    
+
 
     </div>
 
 
-    
+
 
 <footer>
     <div class="footer-section footer-section__media-section">
@@ -1636,7 +1636,7 @@ running against it should get it to get triggered and run 
every day.</p>
             </a>
 
         </div>
-        
+
 
         <div class="footer-section__media-section--button-with-text">
             <span class="footer-section__media-section--text">Want to be a 
part of Apache Airflow?</span>
@@ -1646,7 +1646,7 @@ running against it should get it to get triggered and run 
every day.</p>
 
             </a>
         </div>
-        
+
 
     </div>
     <div class="footer-section footer-section__policies-section">
@@ -1669,7 +1669,7 @@ running against it should get it to get triggered and run 
every day.</p>
                 <a href="https://www.apache.org/security/"; 
class="footer-section__policies-section--policy-item">
                     <span>Security</span>
                 </a>
-                
+
 
             </div>
         </div>
@@ -1691,4 +1691,4 @@ running against it should get it to get triggered and run 
every day.</p>
         <script src="_static/copybutton.js"></script>
         <script src="_static/gh-jira-links.js"></script>
 </body>
-</html>
\ No newline at end of file
+</html>
diff --git a/docs-archive/apache-airflow/2.2.2/airflow.sh 
b/docs-archive/apache-airflow/2.2.2/airflow.sh
index 9e662961fb..7e808591ad 100644
--- a/docs-archive/apache-airflow/2.2.2/airflow.sh
+++ b/docs-archive/apache-airflow/2.2.2/airflow.sh
@@ -26,7 +26,7 @@ set -euo pipefail
 
 export COMPOSE_FILE="${PROJECT_DIR}/docker-compose.yaml"
 if [ $# -gt 0 ]; then
-    exec docker-compose run --rm airflow-cli "${@}"
+    exec docker compose run --rm airflow-cli "${@}"
 else
-    exec docker-compose run --rm airflow-cli
+    exec docker compose run --rm airflow-cli
 fi
diff --git a/docs-archive/apache-airflow/2.2.2/docker-compose.yaml 
b/docs-archive/apache-airflow/2.2.2/docker-compose.yaml
index 533054ee65..39d36bea4e 100644
--- a/docs-archive/apache-airflow/2.2.2/docker-compose.yaml
+++ b/docs-archive/apache-airflow/2.2.2/docker-compose.yaml
@@ -43,7 +43,7 @@ x-airflow-common:
   &airflow-common
   # In order to add custom dependencies or upgrade provider packages you can 
use your extended image.
   # Comment the image line, place your Dockerfile in the directory where you 
placed the docker-compose.yaml
-  # and uncomment the "build" line below, Then run `docker-compose build` to 
build the images.
+  # and uncomment the "build" line below, Then run `docker compose build` to 
build the images.
   image: ${AIRFLOW_IMAGE_NAME:-apache/airflow:2.2.2}
   # build: .
   environment:
diff --git a/docs-archive/apache-airflow/2.2.2/tutorial.html 
b/docs-archive/apache-airflow/2.2.2/tutorial.html
index e915a25b97..8d7bdb0332 100644
--- a/docs-archive/apache-airflow/2.2.2/tutorial.html
+++ b/docs-archive/apache-airflow/2.2.2/tutorial.html
@@ -35,9 +35,9 @@
 </script>
 <!-- End Matomo -->
 
-    
+
 </head><body class="td-section">
-    
+
 
 <header>
     <nav class="js-navbar-scroll navbar">
@@ -76,38 +76,38 @@
             <div class="navbar__menu-content" id="main_navbar">
 
                 <div class="navbar__links-container">
-                    
+
                         <a class="navbar__text-link" href="/community/">
                             Community
                         </a>
-                    
+
                         <a class="navbar__text-link" href="/meetups/">
                             Meetups
                         </a>
-                    
+
                         <a class="navbar__text-link" href="/docs/">
                             Documentation
                         </a>
-                    
+
                         <a class="navbar__text-link" href="/use-cases/">
                             Use-cases
                         </a>
-                    
+
                         <a class="navbar__text-link" href="/announcements/">
                             Announcements
                         </a>
-                    
+
                         <a class="navbar__text-link" href="/blog/">
                             Blog
                         </a>
-                    
+
                         <a class="navbar__text-link" href="/ecosystem/">
                             Ecosystem
                         </a>
-                    
+
                 </div>
 
-                
+
 
             </div>
 
@@ -151,38 +151,38 @@
                 <div class="navbar__menu-content" id="main_navbar">
 
                     <div class="navbar__links-container">
-                        
+
                             <a class="navbar__text-link" href="/community/">
                                 Community
                             </a>
-                        
+
                             <a class="navbar__text-link" href="/meetups/">
                                 Meetups
                             </a>
-                        
+
                             <a class="navbar__text-link" href="/docs/">
                                 Documentation
                             </a>
-                        
+
                             <a class="navbar__text-link" href="/use-cases/">
                                 Use-cases
                             </a>
-                        
+
                             <a class="navbar__text-link" 
href="/announcements/">
                                 Announcements
                             </a>
-                        
+
                             <a class="navbar__text-link" href="/blog/">
                                 Blog
                             </a>
-                        
+
                             <a class="navbar__text-link" href="/ecosystem/">
                                 Ecosystem
                             </a>
-                        
+
 
                     </div>
-                    
+
 
                 </div>
             </div>
@@ -193,8 +193,8 @@
 
 
     <div class="roadmap container-fluid td-default base-layout">
-        
-        
+
+
     <div class="content-drawer-wrapper">
         <button class="content-drawer__toggle-button" id="content-open-button">
 
@@ -460,10 +460,10 @@
             </div>
         </div>
     </div>
-        
+
         <div class="d-flex">
-            
-            
+
+
     <div class="td-sidebar desktop-only d-print-none">
 
 <div id="docs-version-selector" class="docs-version-selector 
sidebar__version-selector">
@@ -646,15 +646,15 @@
 
 </style>
     </div>
-            
 
-            
+
+
 
             <main class="col-12 col-md-9 col-xl-8" role="main">
-                
 
 
-    
+
+
 
 
 
@@ -662,20 +662,20 @@
 <div role="navigation" aria-label="breadcrumbs navigation" class="d-none 
d-md-block d-print-none">
 
     <ul class="breadcrumb">
-        
+
             <li class="breadcrumb-item"><a href="index.html" class="icon 
icon-home"> Home</a></li>
-            
+
             <li class="breadcrumb-item"><a href="tutorial.html"> 
Tutorial</a></li>
-        
+
     </ul>
 </div>
-                
+
                 <div class="rst-content">
                     <div class="document">
                             <div class="documentwrapper">
                                 <div class="bodywrapper">
                                     <div class="body" role="main">
-                                        
+
   <blockquote>
 <div></div></blockquote>
 <div class="section" id="tutorial">
@@ -1389,8 +1389,8 @@ Follow the instructions properly to set up Airflow.</p>
 </div>
 <p>This dag runs daily at 00:00.
 Add this python file to airflow/dags folder and go back to the main folder and 
run</p>
-<div class="highlight-bash notranslate"><div 
class="highlight"><pre><span></span>docker-compose up airflow-init
-docker-compose up
+<div class="highlight-bash notranslate"><div 
class="highlight"><pre><span></span>docker compose up airflow-init
+docker compose up
 </pre></div>
 </div>
 <p>Go to your browser and go to the site <a class="reference external" 
href="http://localhost:8080/home";>http://localhost:8080/home</a> and trigger 
your DAG Airflow Example</p>
@@ -1491,12 +1491,12 @@ running against it should get it to get triggered and 
run every day.</p>
 
         </div>
     </div>
-                
+
             </main>
-            
 
-            
-            
+
+
+
     <nav class="wy-nav-side-toc">
         <div class="wy-menu-vertical">
             <ul>
@@ -1527,12 +1527,10 @@ running against it should get it to get triggered and 
run every day.</p>
 
         </div>
     </nav>
-            
+
         </div>
-        
 
 
-    
 
 
 
@@ -1540,10 +1538,12 @@ running against it should get it to get triggered and 
run every day.</p>
 
 
 
-    
-        
-            
-        
+
+
+
+
+
+
         <div class="base-layout--button">
             <a 
href="https://github.com/apache/airflow/edit/main/docs/apache-airflow/tutorial.rst";
 rel="nofollow">
 
@@ -1556,12 +1556,12 @@ running against it should get it to get triggered and 
run every day.</p>
                 </button>
             </a>
         </div>
-    
+
 
     </div>
 
 
-    
+
 
 <footer>
     <div class="footer-section footer-section__media-section">
@@ -1636,7 +1636,7 @@ running against it should get it to get triggered and run 
every day.</p>
             </a>
 
         </div>
-        
+
 
         <div class="footer-section__media-section--button-with-text">
             <span class="footer-section__media-section--text">Want to be a 
part of Apache Airflow?</span>
@@ -1646,7 +1646,7 @@ running against it should get it to get triggered and run 
every day.</p>
 
             </a>
         </div>
-        
+
 
     </div>
     <div class="footer-section footer-section__policies-section">
@@ -1669,7 +1669,7 @@ running against it should get it to get triggered and run 
every day.</p>
                 <a href="https://www.apache.org/security/"; 
class="footer-section__policies-section--policy-item">
                     <span>Security</span>
                 </a>
-                
+
 
             </div>
         </div>
@@ -1691,4 +1691,4 @@ running against it should get it to get triggered and run 
every day.</p>
         <script src="_static/copybutton.js"></script>
         <script src="_static/gh-jira-links.js"></script>
 </body>
-</html>
\ No newline at end of file
+</html>
diff --git a/docs-archive/apache-airflow/2.2.3/airflow.sh 
b/docs-archive/apache-airflow/2.2.3/airflow.sh
index 9e662961fb..7e808591ad 100644
--- a/docs-archive/apache-airflow/2.2.3/airflow.sh
+++ b/docs-archive/apache-airflow/2.2.3/airflow.sh
@@ -26,7 +26,7 @@ set -euo pipefail
 
 export COMPOSE_FILE="${PROJECT_DIR}/docker-compose.yaml"
 if [ $# -gt 0 ]; then
-    exec docker-compose run --rm airflow-cli "${@}"
+    exec docker compose run --rm airflow-cli "${@}"
 else
-    exec docker-compose run --rm airflow-cli
+    exec docker compose run --rm airflow-cli
 fi
diff --git a/docs-archive/apache-airflow/2.2.3/docker-compose.yaml 
b/docs-archive/apache-airflow/2.2.3/docker-compose.yaml
index d6f4e65315..aa5e2fdceb 100644
--- a/docs-archive/apache-airflow/2.2.3/docker-compose.yaml
+++ b/docs-archive/apache-airflow/2.2.3/docker-compose.yaml
@@ -43,7 +43,7 @@ x-airflow-common:
   &airflow-common
   # In order to add custom dependencies or upgrade provider packages you can 
use your extended image.
   # Comment the image line, place your Dockerfile in the directory where you 
placed the docker-compose.yaml
-  # and uncomment the "build" line below, Then run `docker-compose build` to 
build the images.
+  # and uncomment the "build" line below, Then run `docker compose build` to 
build the images.
   image: ${AIRFLOW_IMAGE_NAME:-apache/airflow:2.2.3}
   # build: .
   environment:
diff --git a/docs-archive/apache-airflow/2.2.3/tutorial.html 
b/docs-archive/apache-airflow/2.2.3/tutorial.html
index 54786c5676..e16d933a7a 100644
--- a/docs-archive/apache-airflow/2.2.3/tutorial.html
+++ b/docs-archive/apache-airflow/2.2.3/tutorial.html
@@ -35,9 +35,9 @@
 </script>
 <!-- End Matomo -->
 
-    
+
 </head><body class="td-section">
-    
+
 
 <header>
     <nav class="js-navbar-scroll navbar">
@@ -76,38 +76,38 @@
             <div class="navbar__menu-content" id="main_navbar">
 
                 <div class="navbar__links-container">
-                    
+
                         <a class="navbar__text-link" href="/community/">
                             Community
                         </a>
-                    
+
                         <a class="navbar__text-link" href="/meetups/">
                             Meetups
                         </a>
-                    
+
                         <a class="navbar__text-link" href="/docs/">
                             Documentation
                         </a>
-                    
+
                         <a class="navbar__text-link" href="/use-cases/">
                             Use-cases
                         </a>
-                    
+
                         <a class="navbar__text-link" href="/announcements/">
                             Announcements
                         </a>
-                    
+
                         <a class="navbar__text-link" href="/blog/">
                             Blog
                         </a>
-                    
+
                         <a class="navbar__text-link" href="/ecosystem/">
                             Ecosystem
                         </a>
-                    
+
                 </div>
 
-                
+
 
             </div>
 
@@ -151,38 +151,38 @@
                 <div class="navbar__menu-content" id="main_navbar">
 
                     <div class="navbar__links-container">
-                        
+
                             <a class="navbar__text-link" href="/community/">
                                 Community
                             </a>
-                        
+
                             <a class="navbar__text-link" href="/meetups/">
                                 Meetups
                             </a>
-                        
+
                             <a class="navbar__text-link" href="/docs/">
                                 Documentation
                             </a>
-                        
+
                             <a class="navbar__text-link" href="/use-cases/">
                                 Use-cases
                             </a>
-                        
+
                             <a class="navbar__text-link" 
href="/announcements/">
                                 Announcements
                             </a>
-                        
+
                             <a class="navbar__text-link" href="/blog/">
                                 Blog
                             </a>
-                        
+
                             <a class="navbar__text-link" href="/ecosystem/">
                                 Ecosystem
                             </a>
-                        
+
 
                     </div>
-                    
+
 
                 </div>
             </div>
@@ -193,8 +193,8 @@
 
 
     <div class="roadmap container-fluid td-default base-layout">
-        
-        
+
+
     <div class="content-drawer-wrapper">
         <button class="content-drawer__toggle-button" id="content-open-button">
 
@@ -460,10 +460,10 @@
             </div>
         </div>
     </div>
-        
+
         <div class="d-flex">
-            
-            
+
+
     <div class="td-sidebar desktop-only d-print-none">
 
 <div id="docs-version-selector" class="docs-version-selector 
sidebar__version-selector">
@@ -646,15 +646,15 @@
 
 </style>
     </div>
-            
 
-            
+
+
 
             <main class="col-12 col-md-9 col-xl-8" role="main">
-                
 
 
-    
+
+
 
 
 
@@ -662,20 +662,20 @@
 <div role="navigation" aria-label="breadcrumbs navigation" class="d-none 
d-md-block d-print-none">
 
     <ul class="breadcrumb">
-        
+
             <li class="breadcrumb-item"><a href="index.html" class="icon 
icon-home"> Home</a></li>
-            
+
             <li class="breadcrumb-item"><a href="tutorial.html"> 
Tutorial</a></li>
-        
+
     </ul>
 </div>
-                
+
                 <div class="rst-content">
                     <div class="document">
                             <div class="documentwrapper">
                                 <div class="bodywrapper">
                                     <div class="body" role="main">
-                                        
+
   <blockquote>
 <div></div></blockquote>
 <div class="section" id="tutorial">
@@ -1389,8 +1389,8 @@ Follow the instructions properly to set up Airflow.</p>
 </div>
 <p>This dag runs daily at 00:00.
 Add this python file to airflow/dags folder and go back to the main folder and 
run</p>
-<div class="highlight-bash notranslate"><div 
class="highlight"><pre><span></span>docker-compose up airflow-init
-docker-compose up
+<div class="highlight-bash notranslate"><div 
class="highlight"><pre><span></span>docker compose up airflow-init
+docker compose up
 </pre></div>
 </div>
 <p>Go to your browser and go to the site <a class="reference external" 
href="http://localhost:8080/home";>http://localhost:8080/home</a> and trigger 
your DAG Airflow Example</p>
@@ -1491,12 +1491,12 @@ running against it should get it to get triggered and 
run every day.</p>
 
         </div>
     </div>
-                
+
             </main>
-            
 
-            
-            
+
+
+
     <nav class="wy-nav-side-toc">
         <div class="wy-menu-vertical">
             <ul>
@@ -1527,12 +1527,10 @@ running against it should get it to get triggered and 
run every day.</p>
 
         </div>
     </nav>
-            
+
         </div>
-        
 
 
-    
 
 
 
@@ -1540,10 +1538,12 @@ running against it should get it to get triggered and 
run every day.</p>
 
 
 
-    
-        
-            
-        
+
+
+
+
+
+
         <div class="base-layout--button">
             <a 
href="https://github.com/apache/airflow/edit/main/docs/apache-airflow/tutorial.rst";
 rel="nofollow">
 
@@ -1556,12 +1556,12 @@ running against it should get it to get triggered and 
run every day.</p>
                 </button>
             </a>
         </div>
-    
+
 
     </div>
 
 
-    
+
 
 <footer>
     <div class="footer-section footer-section__media-section">
@@ -1636,7 +1636,7 @@ running against it should get it to get triggered and run 
every day.</p>
             </a>
 
         </div>
-        
+
 
         <div class="footer-section__media-section--button-with-text">
             <span class="footer-section__media-section--text">Want to be a 
part of Apache Airflow?</span>
@@ -1646,7 +1646,7 @@ running against it should get it to get triggered and run 
every day.</p>
 
             </a>
         </div>
-        
+
 
     </div>
     <div class="footer-section footer-section__policies-section">
@@ -1669,7 +1669,7 @@ running against it should get it to get triggered and run 
every day.</p>
                 <a href="https://www.apache.org/security/"; 
class="footer-section__policies-section--policy-item">
                     <span>Security</span>
                 </a>
-                
+
 
             </div>
         </div>
@@ -1691,4 +1691,4 @@ running against it should get it to get triggered and run 
every day.</p>
         <script src="_static/copybutton.js"></script>
         <script src="_static/gh-jira-links.js"></script>
 </body>
-</html>
\ No newline at end of file
+</html>
diff --git a/docs-archive/apache-airflow/2.2.4/airflow.sh 
b/docs-archive/apache-airflow/2.2.4/airflow.sh
index 9e662961fb..7e808591ad 100644
--- a/docs-archive/apache-airflow/2.2.4/airflow.sh
+++ b/docs-archive/apache-airflow/2.2.4/airflow.sh
@@ -26,7 +26,7 @@ set -euo pipefail
 
 export COMPOSE_FILE="${PROJECT_DIR}/docker-compose.yaml"
 if [ $# -gt 0 ]; then
-    exec docker-compose run --rm airflow-cli "${@}"
+    exec docker compose run --rm airflow-cli "${@}"
 else
-    exec docker-compose run --rm airflow-cli
+    exec docker compose run --rm airflow-cli
 fi
diff --git a/docs-archive/apache-airflow/2.2.4/docker-compose.yaml 
b/docs-archive/apache-airflow/2.2.4/docker-compose.yaml
index 70661111e2..f1e0cefa27 100644
--- a/docs-archive/apache-airflow/2.2.4/docker-compose.yaml
+++ b/docs-archive/apache-airflow/2.2.4/docker-compose.yaml
@@ -43,7 +43,7 @@ x-airflow-common:
   &airflow-common
   # In order to add custom dependencies or upgrade provider packages you can 
use your extended image.
   # Comment the image line, place your Dockerfile in the directory where you 
placed the docker-compose.yaml
-  # and uncomment the "build" line below, Then run `docker-compose build` to 
build the images.
+  # and uncomment the "build" line below, Then run `docker compose build` to 
build the images.
   image: ${AIRFLOW_IMAGE_NAME:-apache/airflow:2.2.4}
   # build: .
   environment:
diff --git a/docs-archive/apache-airflow/2.2.4/tutorial.html 
b/docs-archive/apache-airflow/2.2.4/tutorial.html
index 41a2516f9c..5d5f5bedc4 100644
--- a/docs-archive/apache-airflow/2.2.4/tutorial.html
+++ b/docs-archive/apache-airflow/2.2.4/tutorial.html
@@ -37,9 +37,9 @@
 </script>
 <!-- End Matomo -->
 
-    
+
 </head><body class="td-section">
-    
+
 
 <header>
     <nav class="js-navbar-scroll navbar">
@@ -78,38 +78,38 @@
             <div class="navbar__menu-content" id="main_navbar">
 
                 <div class="navbar__links-container">
-                    
+
                         <a class="navbar__text-link" href="/community/">
                             Community
                         </a>
-                    
+
                         <a class="navbar__text-link" href="/meetups/">
                             Meetups
                         </a>
-                    
+
                         <a class="navbar__text-link" href="/docs/">
                             Documentation
                         </a>
-                    
+
                         <a class="navbar__text-link" href="/use-cases/">
                             Use-cases
                         </a>
-                    
+
                         <a class="navbar__text-link" href="/announcements/">
                             Announcements
                         </a>
-                    
+
                         <a class="navbar__text-link" href="/blog/">
                             Blog
                         </a>
-                    
+
                         <a class="navbar__text-link" href="/ecosystem/">
                             Ecosystem
                         </a>
-                    
+
                 </div>
 
-                
+
 
             </div>
 
@@ -153,38 +153,38 @@
                 <div class="navbar__menu-content" id="main_navbar">
 
                     <div class="navbar__links-container">
-                        
+
                             <a class="navbar__text-link" href="/community/">
                                 Community
                             </a>
-                        
+
                             <a class="navbar__text-link" href="/meetups/">
                                 Meetups
                             </a>
-                        
+
                             <a class="navbar__text-link" href="/docs/">
                                 Documentation
                             </a>
-                        
+
                             <a class="navbar__text-link" href="/use-cases/">
                                 Use-cases
                             </a>
-                        
+
                             <a class="navbar__text-link" 
href="/announcements/">
                                 Announcements
                             </a>
-                        
+
                             <a class="navbar__text-link" href="/blog/">
                                 Blog
                             </a>
-                        
+
                             <a class="navbar__text-link" href="/ecosystem/">
                                 Ecosystem
                             </a>
-                        
+
 
                     </div>
-                    
+
 
                 </div>
             </div>
@@ -195,8 +195,8 @@
 
 
     <div class="roadmap container-fluid td-default base-layout">
-        
-        
+
+
     <div class="content-drawer-wrapper">
         <button class="content-drawer__toggle-button" id="content-open-button">
 
@@ -463,10 +463,10 @@
             </div>
         </div>
     </div>
-        
+
         <div class="d-flex">
-            
-            
+
+
     <div class="td-sidebar desktop-only d-print-none">
 
 <div id="docs-version-selector" class="docs-version-selector 
sidebar__version-selector">
@@ -650,15 +650,15 @@
 
 </style>
     </div>
-            
 
-            
+
+
 
             <main class="col-12 col-md-9 col-xl-8" role="main">
-                
 
 
-    
+
+
 
 
 
@@ -666,20 +666,20 @@
 <div role="navigation" aria-label="breadcrumbs navigation" class="d-none 
d-md-block d-print-none">
 
     <ul class="breadcrumb">
-        
+
             <li class="breadcrumb-item"><a href="index.html" class="icon 
icon-home"> Home</a></li>
-            
+
             <li class="breadcrumb-item"><a href="tutorial.html"> 
Tutorial</a></li>
-        
+
     </ul>
 </div>
-                
+
                 <div class="rst-content">
                     <div class="document">
                             <div class="documentwrapper">
                                 <div class="bodywrapper">
                                     <div class="body" role="main">
-                                        
+
   <blockquote>
 <div></div></blockquote>
 <div class="section" id="tutorial">
@@ -1416,8 +1416,8 @@ Follow the instructions properly to set up Airflow.</p>
 </div>
 <p>This dag runs daily at 00:00.
 Add this python file to airflow/dags folder (e.g. <code class="docutils 
literal notranslate"><span class="pre">dags/etl.py</span></code>) and go back 
to the main folder and run:</p>
-<div class="highlight-bash notranslate"><div 
class="highlight"><pre><span></span>docker-compose up airflow-init
-docker-compose up
+<div class="highlight-bash notranslate"><div 
class="highlight"><pre><span></span>docker compose up airflow-init
+docker compose up
 </pre></div>
 </div>
 <p>Go to your browser and go to the site <a class="reference external" 
href="http://localhost:8080/home";>http://localhost:8080/home</a> and trigger 
your DAG Airflow Example:</p>
@@ -1518,12 +1518,12 @@ running against it should get it to get triggered and 
run every day.</p>
 
         </div>
     </div>
-                
+
             </main>
-            
 
-            
-            
+
+
+
     <nav class="wy-nav-side-toc">
         <div class="wy-menu-vertical">
             <ul>
@@ -1555,12 +1555,10 @@ running against it should get it to get triggered and 
run every day.</p>
 
         </div>
     </nav>
-            
+
         </div>
-        
 
 
-    
 
 
 
@@ -1568,10 +1566,12 @@ running against it should get it to get triggered and 
run every day.</p>
 
 
 
-    
-        
-            
-        
+
+
+
+
+
+
         <div class="base-layout--button">
             <a 
href="https://github.com/apache/airflow/edit/main/docs/apache-airflow/tutorial.rst";
 rel="nofollow">
 
@@ -1584,12 +1584,12 @@ running against it should get it to get triggered and 
run every day.</p>
                 </button>
             </a>
         </div>
-    
+
 
     </div>
 
 
-    
+
 
 <footer>
     <div class="footer-section footer-section__media-section">
@@ -1664,7 +1664,7 @@ running against it should get it to get triggered and run 
every day.</p>
             </a>
 
         </div>
-        
+
 
         <div class="footer-section__media-section--button-with-text">
             <span class="footer-section__media-section--text">Want to be a 
part of Apache Airflow?</span>
@@ -1674,7 +1674,7 @@ running against it should get it to get triggered and run 
every day.</p>
 
             </a>
         </div>
-        
+
 
     </div>
     <div class="footer-section footer-section__policies-section">
@@ -1697,7 +1697,7 @@ running against it should get it to get triggered and run 
every day.</p>
                 <a href="https://www.apache.org/security/"; 
class="footer-section__policies-section--policy-item">
                     <span>Security</span>
                 </a>
-                
+
 
             </div>
         </div>
@@ -1720,4 +1720,4 @@ running against it should get it to get triggered and run 
every day.</p>
         <script src="_static/copybutton.js"></script>
         <script src="_static/gh-jira-links.js"></script>
 </body>
-</html>
\ No newline at end of file
+</html>
diff --git a/docs-archive/apache-airflow/2.2.5/airflow.sh 
b/docs-archive/apache-airflow/2.2.5/airflow.sh
index 9e662961fb..7e808591ad 100644
--- a/docs-archive/apache-airflow/2.2.5/airflow.sh
+++ b/docs-archive/apache-airflow/2.2.5/airflow.sh
@@ -26,7 +26,7 @@ set -euo pipefail
 
 export COMPOSE_FILE="${PROJECT_DIR}/docker-compose.yaml"
 if [ $# -gt 0 ]; then
-    exec docker-compose run --rm airflow-cli "${@}"
+    exec docker compose run --rm airflow-cli "${@}"
 else
-    exec docker-compose run --rm airflow-cli
+    exec docker compose run --rm airflow-cli
 fi
diff --git a/docs-archive/apache-airflow/2.2.5/docker-compose.yaml 
b/docs-archive/apache-airflow/2.2.5/docker-compose.yaml
index e86b9f80ae..082de6617c 100644
--- a/docs-archive/apache-airflow/2.2.5/docker-compose.yaml
+++ b/docs-archive/apache-airflow/2.2.5/docker-compose.yaml
@@ -43,7 +43,7 @@ x-airflow-common:
   &airflow-common
   # In order to add custom dependencies or upgrade provider packages you can 
use your extended image.
   # Comment the image line, place your Dockerfile in the directory where you 
placed the docker-compose.yaml
-  # and uncomment the "build" line below, Then run `docker-compose build` to 
build the images.
+  # and uncomment the "build" line below, Then run `docker compose build` to 
build the images.
   image: ${AIRFLOW_IMAGE_NAME:-apache/airflow:2.2.5}
   # build: .
   environment:
diff --git a/docs-archive/apache-airflow/2.2.5/tutorial.html 
b/docs-archive/apache-airflow/2.2.5/tutorial.html
index 6c4abec92f..f302cad1fb 100644
--- a/docs-archive/apache-airflow/2.2.5/tutorial.html
+++ b/docs-archive/apache-airflow/2.2.5/tutorial.html
@@ -37,9 +37,9 @@
 </script>
 <!-- End Matomo -->
 
-    
+
 </head><body class="td-section">
-    
+
 
 <header>
     <nav class="js-navbar-scroll navbar">
@@ -78,38 +78,38 @@
             <div class="navbar__menu-content" id="main_navbar">
 
                 <div class="navbar__links-container">
-                    
+
                         <a class="navbar__text-link" href="/community/">
                             Community
                         </a>
-                    
+
                         <a class="navbar__text-link" href="/meetups/">
                             Meetups
                         </a>
-                    
+
                         <a class="navbar__text-link" href="/docs/">
                             Documentation
                         </a>
-                    
+
                         <a class="navbar__text-link" href="/use-cases/">
                             Use-cases
                         </a>
-                    
+
                         <a class="navbar__text-link" href="/announcements/">
                             Announcements
                         </a>
-                    
+
                         <a class="navbar__text-link" href="/blog/">
                             Blog
                         </a>
-                    
+
                         <a class="navbar__text-link" href="/ecosystem/">
                             Ecosystem
                         </a>
-                    
+
                 </div>
 
-                
+
 
             </div>
 
@@ -153,38 +153,38 @@
                 <div class="navbar__menu-content" id="main_navbar">
 
                     <div class="navbar__links-container">
-                        
+
                             <a class="navbar__text-link" href="/community/">
                                 Community
                             </a>
-                        
+
                             <a class="navbar__text-link" href="/meetups/">
                                 Meetups
                             </a>
-                        
+
                             <a class="navbar__text-link" href="/docs/">
                                 Documentation
                             </a>
-                        
+
                             <a class="navbar__text-link" href="/use-cases/">
                                 Use-cases
                             </a>
-                        
+
                             <a class="navbar__text-link" 
href="/announcements/">
                                 Announcements
                             </a>
-                        
+
                             <a class="navbar__text-link" href="/blog/">
                                 Blog
                             </a>
-                        
+
                             <a class="navbar__text-link" href="/ecosystem/">
                                 Ecosystem
                             </a>
-                        
+
 
                     </div>
-                    
+
 
                 </div>
             </div>
@@ -195,8 +195,8 @@
 
 
     <div class="roadmap container-fluid td-default base-layout">
-        
-        
+
+
     <div class="content-drawer-wrapper">
         <button class="content-drawer__toggle-button" id="content-open-button">
 
@@ -463,10 +463,10 @@
             </div>
         </div>
     </div>
-        
+
         <div class="d-flex">
-            
-            
+
+
     <div class="td-sidebar desktop-only d-print-none">
 
 <div id="docs-version-selector" class="docs-version-selector 
sidebar__version-selector">
@@ -650,15 +650,15 @@
 
 </style>
     </div>
-            
 
-            
+
+
 
             <main class="col-12 col-md-9 col-xl-8" role="main">
-                
 
 
-    
+
+
 
 
 
@@ -666,20 +666,20 @@
 <div role="navigation" aria-label="breadcrumbs navigation" class="d-none 
d-md-block d-print-none">
 
     <ul class="breadcrumb">
-        
+
             <li class="breadcrumb-item"><a href="index.html" class="icon 
icon-home"> Home</a></li>
-            
+
             <li class="breadcrumb-item"><a href="tutorial.html"> 
Tutorial</a></li>
-        
+
     </ul>
 </div>
-                
+
                 <div class="rst-content">
                     <div class="document">
                             <div class="documentwrapper">
                                 <div class="bodywrapper">
                                     <div class="body" role="main">
-                                        
+
   <blockquote>
 <div></div></blockquote>
 <div class="section" id="tutorial">
@@ -1422,8 +1422,8 @@ Follow the instructions properly to set up Airflow.</p>
 </div>
 <p>This dag runs daily at 00:00.
 Add this python file to airflow/dags folder (e.g. <code class="docutils 
literal notranslate"><span class="pre">dags/etl.py</span></code>) and go back 
to the main folder and run:</p>
-<div class="highlight-bash notranslate"><div 
class="highlight"><pre><span></span>docker-compose up airflow-init
-docker-compose up
+<div class="highlight-bash notranslate"><div 
class="highlight"><pre><span></span>docker compose up airflow-init
+docker compose up
 </pre></div>
 </div>
 <p>Go to your browser and go to the site <a class="reference external" 
href="http://localhost:8080/home";>http://localhost:8080/home</a> and trigger 
your DAG Airflow Example:</p>
@@ -1524,12 +1524,12 @@ running against it should get it to get triggered and 
run every day.</p>
 
         </div>
     </div>
-                
+
             </main>
-            
 
-            
-            
+
+
+
     <nav class="wy-nav-side-toc">
         <div class="wy-menu-vertical">
             <ul>
@@ -1561,12 +1561,10 @@ running against it should get it to get triggered and 
run every day.</p>
 
         </div>
     </nav>
-            
+
         </div>
-        
 
 
-    
 
 
 
@@ -1574,10 +1572,12 @@ running against it should get it to get triggered and 
run every day.</p>
 
 
 
-    
-        
-            
-        
+
+
+
+
+
+
         <div class="base-layout--button">
             <a 
href="https://github.com/apache/airflow/edit/main/docs/apache-airflow/tutorial.rst";
 rel="nofollow">
 
@@ -1590,12 +1590,12 @@ running against it should get it to get triggered and 
run every day.</p>
                 </button>
             </a>
         </div>
-    
+
 
     </div>
 
 
-    
+
 
 <footer>
     <div class="footer-section footer-section__media-section">
@@ -1670,7 +1670,7 @@ running against it should get it to get triggered and run 
every day.</p>
             </a>
 
         </div>
-        
+
 
         <div class="footer-section__media-section--button-with-text">
             <span class="footer-section__media-section--text">Want to be a 
part of Apache Airflow?</span>
@@ -1680,7 +1680,7 @@ running against it should get it to get triggered and run 
every day.</p>
 
             </a>
         </div>
-        
+
 
     </div>
     <div class="footer-section footer-section__policies-section">
@@ -1703,7 +1703,7 @@ running against it should get it to get triggered and run 
every day.</p>
                 <a href="https://www.apache.org/security/"; 
class="footer-section__policies-section--policy-item">
                     <span>Security</span>
                 </a>
-                
+
 
             </div>
         </div>
@@ -1726,4 +1726,4 @@ running against it should get it to get triggered and run 
every day.</p>
         <script src="_static/copybutton.js"></script>
         <script src="_static/gh-jira-links.js"></script>
 </body>
-</html>
\ No newline at end of file
+</html>
diff --git a/docs-archive/apache-airflow/2.3.0/airflow.sh 
b/docs-archive/apache-airflow/2.3.0/airflow.sh
index 9e662961fb..7e808591ad 100644
--- a/docs-archive/apache-airflow/2.3.0/airflow.sh
+++ b/docs-archive/apache-airflow/2.3.0/airflow.sh
@@ -26,7 +26,7 @@ set -euo pipefail
 
 export COMPOSE_FILE="${PROJECT_DIR}/docker-compose.yaml"
 if [ $# -gt 0 ]; then
-    exec docker-compose run --rm airflow-cli "${@}"
+    exec docker compose run --rm airflow-cli "${@}"
 else
-    exec docker-compose run --rm airflow-cli
+    exec docker compose run --rm airflow-cli
 fi
diff --git a/docs-archive/apache-airflow/2.3.0/build.rst 
b/docs-archive/apache-airflow/2.3.0/build.rst
index fd938cd500..9da4284eb3 100644
--- a/docs-archive/apache-airflow/2.3.0/build.rst
+++ b/docs-archive/apache-airflow/2.3.0/build.rst
@@ -102,9 +102,9 @@ In the simplest case building your image consists of those 
steps:
   Follow these instructions of commenting the "image" line and uncommenting 
the "build" line.
   This is a standard docker-compose feature and you can read about it in
   `Docker Compose build reference 
<https://docs.docker.com/compose/reference/build/>`_.
-  Run ``docker-compose build`` to build the images. Similarly as in the 
previous case, the
+  Run ``docker compose build`` to build the images. Similarly as in the 
previous case, the
   image is stored in Docker engine cache and Docker Compose will use it from 
there.
-  The ``docker-compose build`` command uses the same ``docker build`` command 
that
+  The ``docker compose build`` command uses the same ``docker build`` command 
that
   you can run manually under-the-hood.
 
 * For some - development targeted - Kubernetes deployments you can load the 
images directly to
diff --git a/docs-archive/apache-airflow/2.3.0/docker-compose.yaml 
b/docs-archive/apache-airflow/2.3.0/docker-compose.yaml
index f50f4c26c9..4b87259a6c 100644
--- a/docs-archive/apache-airflow/2.3.0/docker-compose.yaml
+++ b/docs-archive/apache-airflow/2.3.0/docker-compose.yaml
@@ -43,7 +43,7 @@ x-airflow-common:
   &airflow-common
   # In order to add custom dependencies or upgrade provider packages you can 
use your extended image.
   # Comment the image line, place your Dockerfile in the directory where you 
placed the docker-compose.yaml
-  # and uncomment the "build" line below, Then run `docker-compose build` to 
build the images.
+  # and uncomment the "build" line below, Then run `docker compose build` to 
build the images.
   image: ${AIRFLOW_IMAGE_NAME:-apache/airflow:2.3.0}
   # build: .
   environment:
diff --git a/docs-archive/apache-airflow/2.3.0/tutorial.html 
b/docs-archive/apache-airflow/2.3.0/tutorial.html
index e145842da5..985e137337 100644
--- a/docs-archive/apache-airflow/2.3.0/tutorial.html
+++ b/docs-archive/apache-airflow/2.3.0/tutorial.html
@@ -39,9 +39,9 @@
     </script>
     <!-- End Matomo Code -->
 
-    
+
 </head><body class="td-section">
-    
+
 
 <header>
     <nav class="js-navbar-scroll navbar">
@@ -80,38 +80,38 @@
             <div class="navbar__menu-content" id="main_navbar">
 
                 <div class="navbar__links-container">
-                    
+
                         <a class="navbar__text-link" href="/community/">
                             Community
                         </a>
-                    
+
                         <a class="navbar__text-link" href="/meetups/">
                             Meetups
                         </a>
-                    
+
                         <a class="navbar__text-link" href="/docs/">
                             Documentation
                         </a>
-                    
+
                         <a class="navbar__text-link" href="/use-cases/">
                             Use-cases
                         </a>
-                    
+
                         <a class="navbar__text-link" href="/announcements/">
                             Announcements
                         </a>
-                    
+
                         <a class="navbar__text-link" href="/blog/">
                             Blog
                         </a>
-                    
+
                         <a class="navbar__text-link" href="/ecosystem/">
                             Ecosystem
                         </a>
-                    
+
                 </div>
 
-                
+
 
             </div>
 
@@ -155,38 +155,38 @@
                 <div class="navbar__menu-content" id="main_navbar">
 
                     <div class="navbar__links-container">
-                        
+
                             <a class="navbar__text-link" href="/community/">
                                 Community
                             </a>
-                        
+
                             <a class="navbar__text-link" href="/meetups/">
                                 Meetups
                             </a>
-                        
+
                             <a class="navbar__text-link" href="/docs/">
                                 Documentation
                             </a>
-                        
+
                             <a class="navbar__text-link" href="/use-cases/">
                                 Use-cases
                             </a>
-                        
+
                             <a class="navbar__text-link" 
href="/announcements/">
                                 Announcements
                             </a>
-                        
+
                             <a class="navbar__text-link" href="/blog/">
                                 Blog
                             </a>
-                        
+
                             <a class="navbar__text-link" href="/ecosystem/">
                                 Ecosystem
                             </a>
-                        
+
 
                     </div>
-                    
+
 
                 </div>
             </div>
@@ -197,8 +197,8 @@
 
 
     <div class="roadmap container-fluid td-default base-layout">
-        
-        
+
+
     <div class="content-drawer-wrapper">
         <button class="content-drawer__toggle-button" id="content-open-button">
 
@@ -475,10 +475,10 @@
             </div>
         </div>
     </div>
-        
+
         <div class="d-flex">
-            
-            
+
+
     <div class="td-sidebar desktop-only d-print-none">
 
 <div id="docs-version-selector" class="docs-version-selector 
sidebar__version-selector">
@@ -672,15 +672,15 @@
 
 </style>
     </div>
-            
 
-            
+
+
 
             <main class="col-12 col-md-9 col-xl-8" role="main">
-                
 
 
-    
+
+
 
 
 
@@ -688,20 +688,20 @@
 <div role="navigation" aria-label="breadcrumbs navigation" class="d-none 
d-md-block d-print-none">
 
     <ul class="breadcrumb">
-        
+
             <li class="breadcrumb-item"><a href="index.html" class="icon 
icon-home"> Home</a></li>
-            
+
             <li class="breadcrumb-item"><a href="tutorial.html"> 
Tutorial</a></li>
-        
+
     </ul>
 </div>
-                
+
                 <div class="rst-content">
                     <div class="document">
                             <div class="documentwrapper">
                                 <div class="bodywrapper">
                                     <div class="body" role="main">
-                                        
+
   <blockquote>
 <div></div></blockquote>
 <div class="section" id="tutorial">
@@ -1290,10 +1290,10 @@ mkdir -p ./dags ./logs ./plugins
 <span class="nb">echo</span> -e <span 
class="s2">&quot;AIRFLOW_UID=</span><span class="k">$(</span>id -u<span 
class="k">)</span><span class="s2">&quot;</span> &gt; .env
 
 <span class="c1"># Initialize the database</span>
-docker-compose up airflow-init
+docker compose up airflow-init
 
 <span class="c1"># Start up all services</span>
-docker-compose up
+docker compose up
 </pre></div>
 </div>
 <p>After all services have started up, the web UI will be available at: <code 
class="docutils literal notranslate"><span 
class="pre">http://localhost:8080</span></code>. The default account has the 
username <code class="docutils literal notranslate"><span 
class="pre">airflow</span></code> and the password <code class="docutils 
literal notranslate"><span class="pre">airflow</span></code>.</p>
@@ -1633,12 +1633,12 @@ running against it should get it to get triggered and 
run every day.</p>
 
         </div>
     </div>
-                
+
             </main>
-            
 
-            
-            
+
+
+
     <nav class="wy-nav-side-toc">
         <div class="wy-menu-vertical">
             <ul>
@@ -1679,12 +1679,10 @@ running against it should get it to get triggered and 
run every day.</p>
 
         </div>
     </nav>
-            
+
         </div>
-        
 
 
-    
 
 
 
@@ -1692,10 +1690,12 @@ running against it should get it to get triggered and 
run every day.</p>
 
 
 
-    
-        
-            
-        
+
+
+
+
+
+
         <div class="base-layout--button">
             <a 
href="https://github.com/apache/airflow/edit/main/docs/apache-airflow/tutorial.rst";
 rel="nofollow">
 
@@ -1708,12 +1708,12 @@ running against it should get it to get triggered and 
run every day.</p>
                 </button>
             </a>
         </div>
-    
+
 
     </div>
 
 
-    
+
 
 <footer>
     <div class="footer-section footer-section__media-section">
@@ -1788,7 +1788,7 @@ running against it should get it to get triggered and run 
every day.</p>
             </a>
 
         </div>
-        
+
 
         <div class="footer-section__media-section--button-with-text">
             <span class="footer-section__media-section--text">Want to be a 
part of Apache Airflow?</span>
@@ -1798,7 +1798,7 @@ running against it should get it to get triggered and run 
every day.</p>
 
             </a>
         </div>
-        
+
 
     </div>
     <div class="footer-section footer-section__policies-section">
@@ -1821,7 +1821,7 @@ running against it should get it to get triggered and run 
every day.</p>
                 <a href="https://www.apache.org/security/"; 
class="footer-section__policies-section--policy-item">
                     <span>Security</span>
                 </a>
-                
+
 
             </div>
         </div>
@@ -1844,4 +1844,4 @@ running against it should get it to get triggered and run 
every day.</p>
         <script src="_static/copybutton.js"></script>
         <script src="_static/gh-jira-links.js"></script>
 </body>
-</html>
\ No newline at end of file
+</html>
diff --git a/docs-archive/docker-stack/_sources/build.rst.txt 
b/docs-archive/docker-stack/_sources/build.rst.txt
index 5849e17709..92aa829267 100644
--- a/docs-archive/docker-stack/_sources/build.rst.txt
+++ b/docs-archive/docker-stack/_sources/build.rst.txt
@@ -210,9 +210,9 @@ In the simplest case building your image consists of those 
steps:
   Follow these instructions of commenting the "image" line and uncommenting 
the "build" line.
   This is a standard docker-compose feature and you can read about it in
   `Docker Compose build reference 
<https://docs.docker.com/compose/reference/build/>`_.
-  Run ``docker-compose build`` to build the images. Similarly as in the 
previous case, the
+  Run ``docker compose build`` to build the images. Similarly as in the 
previous case, the
   image is stored in Docker engine cache and Docker Compose will use it from 
there.
-  The ``docker-compose build`` command uses the same ``docker build`` command 
that
+  The ``docker compose build`` command uses the same ``docker build`` command 
that
   you can run manually under-the-hood.
 
 * For some - development targeted - Kubernetes deployments you can load the 
images directly to


Reply via email to