<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.define-technology.com/mediawiki-1.35.0/index.php?action=history&amp;feed=atom&amp;title=Docker%3A_Installation_on_Centos_7</id>
	<title>Docker: Installation on Centos 7 - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.define-technology.com/mediawiki-1.35.0/index.php?action=history&amp;feed=atom&amp;title=Docker%3A_Installation_on_Centos_7"/>
	<link rel="alternate" type="text/html" href="http://wiki.define-technology.com/mediawiki-1.35.0/index.php?title=Docker:_Installation_on_Centos_7&amp;action=history"/>
	<updated>2026-05-04T20:21:20Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.0</generator>
	<entry>
		<id>http://wiki.define-technology.com/mediawiki-1.35.0/index.php?title=Docker:_Installation_on_Centos_7&amp;diff=16811&amp;oldid=prev</id>
		<title>David: Created page with &quot;== Setup the repo == &lt;syntaxhighlight&gt; sudo tee /etc/yum.repos.d/docker.repo &lt;&lt;-&#039;EOF&#039; [dockerrepo] name=Docker Repository baseurl=https://yum.dockerproject.org/repo/main/centos/7/ enable...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.define-technology.com/mediawiki-1.35.0/index.php?title=Docker:_Installation_on_Centos_7&amp;diff=16811&amp;oldid=prev"/>
		<updated>2016-09-13T20:16:26Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Setup the repo == &amp;lt;syntaxhighlight&amp;gt; sudo tee /etc/yum.repos.d/docker.repo &amp;lt;&amp;lt;-&amp;#039;EOF&amp;#039; [dockerrepo] name=Docker Repository baseurl=https://yum.dockerproject.org/repo/main/centos/7/ enable...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Setup the repo ==&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
sudo tee /etc/yum.repos.d/docker.repo &amp;lt;&amp;lt;-&amp;#039;EOF&amp;#039;&lt;br /&gt;
[dockerrepo]&lt;br /&gt;
name=Docker Repository&lt;br /&gt;
baseurl=https://yum.dockerproject.org/repo/main/centos/7/&lt;br /&gt;
enabled=1&lt;br /&gt;
gpgcheck=1&lt;br /&gt;
gpgkey=https://yum.dockerproject.org/gpg&lt;br /&gt;
EOF&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Install Docker ==&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
# Install &lt;br /&gt;
$ sudo yum install docker-engine&lt;br /&gt;
# start the service &lt;br /&gt;
$ sudo service docker start&lt;br /&gt;
# test it out&lt;br /&gt;
$ sudo docker run hello-world&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>David</name></author>
	</entry>
</feed>