<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments on: How to Install, Run and Delete Applications Inside Docker Containers &#8211; Part 2	</title>
	<atom:link href="https://www.tecmint.com/install-run-and-delete-applications-inside-docker-containers/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/install-run-and-delete-applications-inside-docker-containers/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Wed, 05 Aug 2020 09:20:57 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: ISAHAK		</title>
		<link>https://www.tecmint.com/install-run-and-delete-applications-inside-docker-containers/comment-page-1/#comment-1191740</link>

		<dc:creator><![CDATA[ISAHAK]]></dc:creator>
		<pubDate>Wed, 03 Jul 2019 10:01:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=18462#comment-1191740</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-run-and-delete-applications-inside-docker-containers/comment-page-1/#comment-790642&quot;&gt;kosmos&lt;/a&gt;.

It is because there is no package cache in the image, you need to run:
&lt;pre&gt;
# apt-get update
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-run-and-delete-applications-inside-docker-containers/comment-page-1/#comment-790642">kosmos</a>.</p>
<p>It is because there is no package cache in the image, you need to run:</p>
<pre>
# apt-get update
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/install-run-and-delete-applications-inside-docker-containers/comment-page-1/#comment-1114581</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Tue, 19 Mar 2019 05:54:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=18462#comment-1114581</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-run-and-delete-applications-inside-docker-containers/comment-page-1/#comment-1114311&quot;&gt;Ramakrishna Nissankula&lt;/a&gt;.

@Ramakrishna,

Your question is still not clear to me..

If you want to run CentOS container under Ubuntu VM, you can create container as explained in this article..]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-run-and-delete-applications-inside-docker-containers/comment-page-1/#comment-1114311">Ramakrishna Nissankula</a>.</p>
<p>@Ramakrishna,</p>
<p>Your question is still not clear to me..</p>
<p>If you want to run CentOS container under Ubuntu VM, you can create container as explained in this article..</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ramakrishna Nissankula		</title>
		<link>https://www.tecmint.com/install-run-and-delete-applications-inside-docker-containers/comment-page-1/#comment-1114311</link>

		<dc:creator><![CDATA[Ramakrishna Nissankula]]></dc:creator>
		<pubDate>Mon, 18 Mar 2019 13:40:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=18462#comment-1114311</guid>

					<description><![CDATA[I am struggling with the following. Can you please help me?

I installed &lt;strong&gt;docker&lt;/strong&gt; in a &lt;strong&gt;Ubuntu VM&lt;/strong&gt; on my virtual box.

My goal is that:  From a centos based container that is running in this docker,  I want to launch other docker containers.  How do I do this?

Do I need to &lt;code&gt;yum install docker&lt;/code&gt; inside my first docker image?

docker is present only in host &lt;strong&gt;Ubuntu VM&lt;/strong&gt;. How can the centos based container run docker commands?]]></description>
			<content:encoded><![CDATA[<p>I am struggling with the following. Can you please help me?</p>
<p>I installed <strong>docker</strong> in a <strong>Ubuntu VM</strong> on my virtual box.</p>
<p>My goal is that:  From a centos based container that is running in this docker,  I want to launch other docker containers.  How do I do this?</p>
<p>Do I need to <code>yum install docker</code> inside my first docker image?</p>
<p>docker is present only in host <strong>Ubuntu VM</strong>. How can the centos based container run docker commands?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Paul O'Flynn		</title>
		<link>https://www.tecmint.com/install-run-and-delete-applications-inside-docker-containers/comment-page-1/#comment-1003968</link>

		<dc:creator><![CDATA[Paul O'Flynn]]></dc:creator>
		<pubDate>Mon, 11 Jun 2018 18:32:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=18462#comment-1003968</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-run-and-delete-applications-inside-docker-containers/comment-page-1/#comment-910471&quot;&gt;Muthukumar&lt;/a&gt;.

Running &#039;apt update&#039; first fixed this for me]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-run-and-delete-applications-inside-docker-containers/comment-page-1/#comment-910471">Muthukumar</a>.</p>
<p>Running &#8216;apt update&#8217; first fixed this for me</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Matei Cezar		</title>
		<link>https://www.tecmint.com/install-run-and-delete-applications-inside-docker-containers/comment-page-1/#comment-910649</link>

		<dc:creator><![CDATA[Matei Cezar]]></dc:creator>
		<pubDate>Mon, 04 Sep 2017 06:26:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=18462#comment-910649</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-run-and-delete-applications-inside-docker-containers/comment-page-1/#comment-910471&quot;&gt;Muthukumar&lt;/a&gt;.

Enter container interactive cli with -it options and manually edit sources. Use nano editor If vim is not available.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-run-and-delete-applications-inside-docker-containers/comment-page-1/#comment-910471">Muthukumar</a>.</p>
<p>Enter container interactive cli with -it options and manually edit sources. Use nano editor If vim is not available.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
