<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Docker Compose &#8211; Hostry Help Center</title>
	<atom:link href="https://help.hostry.com/article-tags/docker-compose/feed/" rel="self" type="application/rss+xml" />
	<link>https://help.hostry.com</link>
	<description>Full information on how to use HOSTRY, provided by 24/7 community based support</description>
	<lastBuildDate>Tue, 06 Apr 2021 10:43:26 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.9.13</generator>

<image>
	<url>https://help.hostry.com/wp-content/uploads/cache/2021/01/cropped-apple-icon-180x180-1/836712163.png</url>
	<title>Docker Compose &#8211; Hostry Help Center</title>
	<link>https://help.hostry.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How To Install Docker Compose on Ubuntu 20.04</title>
		<link>https://help.hostry.com/knowledge-base/how-to-install-docker-compose-on-ubuntu-20-04/</link>
		
		<dc:creator><![CDATA[Alex]]></dc:creator>
		<pubDate>Thu, 01 Apr 2021 11:22:00 +0000</pubDate>
				<guid isPermaLink="false">https://help.hostry.com/?post_type=ht_kb&#038;p=3505</guid>

					<description><![CDATA[Docker Compose is a dedicated tool for defining and running multi-container Docker applications. In Compose, you use a YAML file to configure the services of your application. Then, with a single command, you create and start all the services from your configuration. The link provides many interesting functions that can [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p><a href="https://docs.docker.com/compose/"><strong>Docker Compose</strong></a> is a dedicated tool for defining and running multi-container Docker applications. In Compose, you use a YAML file to configure the services of your application. Then, with a single command, you create and start all the services from your configuration. <strong><a href="https://docs.docker.com/compose/#features">The link</a></strong> provides many interesting functions that can be very useful to you. To install and work properly, you need a Hostry server, with an operating system <strong>Ubuntu 20.04</strong></p>



<h2 id="installation-python-and-pip" >Installation Python and Pip</h2>



<p>To install Docker Compose and make it work properly, you need to install Python and a dedicated package manager pip. This can be done using the following command:</p>



<pre class="wp-block-code"><code>apt install -y python3 python3-pip</code></pre>



<h2 id="installation-docker-compose" >Installation Docker Compose</h2>



<p>After successfully installing the dedicated and essential package manager pip, you need to use it to install Docker Compose. This can be done with the following command:</p>



<pre class="wp-block-code"><code>pip3 install docker-compose</code></pre>



<h2 id="try-to-test-docker-compose" >Try to Test Docker Compose</h2>



<p>In order to test Docker Compose, you need to enter the command, which is displayed below:</p>



<pre class="wp-block-code"><code>docker-compose -v
docker-compose version 1.27.4, build unknown</code></pre>



<p>This completes the initial installation. In order to proceed to the next steps and get started with this tool, you can follow the <strong><a href="https://docs.docker.com/compose/gettingstarted/">link</a></strong></p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
