<?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>Pro-Tek Blog &#187; docker-compose</title>
	<atom:link href="http://www.pro-tekconsulting.com/blog/category/docker-compose/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pro-tekconsulting.com/blog</link>
	<description>For UI developers / UI designers and UI trends</description>
	<lastBuildDate>Thu, 05 Sep 2019 03:59:47 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.0.34</generator>
	<item>
		<title>WHAT&#8217;S THE DIFFERENCE BETWEEN UP,RUN, AND START?</title>
		<link>http://www.pro-tekconsulting.com/blog/whats-the-difference-between-uprun-and-start/</link>
		<comments>http://www.pro-tekconsulting.com/blog/whats-the-difference-between-uprun-and-start/#comments</comments>
		<pubDate>Tue, 04 Oct 2016 05:26:17 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[docker-compose]]></category>
		<category><![CDATA[DOCKER]]></category>

		<guid isPermaLink="false">http://www.pro-tekconsulting.com/blog/?p=1644</guid>
		<description><![CDATA[<p>What’s the difference between up, run, and start? Typically, you want docker-compose up. Use up to start or restart all the services defined in a docker-compose.yml. The docker-compose run command is for running “one-off” or “adhoc” tasks. It requires the service name you want to run and only starts containers for services that the running service depends on. [&#8230;]</p>
<p>The post <a rel="nofollow" href="http://www.pro-tekconsulting.com/blog/whats-the-difference-between-uprun-and-start/">WHAT&#8217;S THE DIFFERENCE BETWEEN UP,RUN, AND START?</a> appeared first on <a rel="nofollow" href="http://www.pro-tekconsulting.com/blog">Pro-Tek Blog</a>.</p>
]]></description>
				<content:encoded><![CDATA[<h4>What’s the difference between up, run, and start?</h4>
<p>Typically, you want docker-compose up. Use up to start or restart all the services defined in a docker-compose.yml.</p>
<p>The docker-compose run command is for running “one-off” or “adhoc” tasks. It requires the service name you want to run and only starts containers for services that the running service depends on. Use run to run tests or perform an administrative task such as removing or adding data to a data volume container.</p>
<p>The docker-compose start command is useful only to restart containers that were previously created, but were stopped. It never creates new containers.</p>
<p>The post <a rel="nofollow" href="http://www.pro-tekconsulting.com/blog/whats-the-difference-between-uprun-and-start/">WHAT&#8217;S THE DIFFERENCE BETWEEN UP,RUN, AND START?</a> appeared first on <a rel="nofollow" href="http://www.pro-tekconsulting.com/blog">Pro-Tek Blog</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pro-tekconsulting.com/blog/whats-the-difference-between-uprun-and-start/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
