|
@@ -63,7 +63,7 @@
|
|
|
|
|
|
<div class="container">
|
|
|
<div class="alert alert-info">
|
|
|
- <strong>Docker is still under heavy development.</strong> It should not yet be used in production. Check <a href="http://github.com/dotcloud/docker">the repo</a> for recent progress.
|
|
|
+ <strong>Docker is still under heavy development.</strong> It should not yet be used in production. Check <a href="http://github.com/dotcloud/docker">the repo</a> for recent progress.
|
|
|
</div>
|
|
|
<div class="row">
|
|
|
<div class="span6">
|
|
@@ -76,8 +76,8 @@
|
|
|
<p>Install dependencies:</p>
|
|
|
|
|
|
<div class="highlight">
|
|
|
- <pre>sudo apt-get install lxc wget bsdtar curl</pre>
|
|
|
- <pre>sudo apt-get install linux-image-extra-<span class="sb">`</span>uname -r<span class="sb">`</span></pre></div>
|
|
|
+ <pre>sudo apt-get install lxc wget bsdtar curl</pre>
|
|
|
+ <pre>sudo apt-get install linux-image-extra-<span class="sb">`</span>uname -r<span class="sb">`</span></pre></div>
|
|
|
|
|
|
<p>The <code>linux-image-extra</code> package is needed on standard Ubuntu EC2 AMIs in order to install the aufs kernel module.</p>
|
|
|
</li>
|
|
@@ -85,28 +85,28 @@
|
|
|
<p>Install the latest docker binary:</p>
|
|
|
|
|
|
<div class="highlight">
|
|
|
- <pre>wget http://get.docker.io/builds/<span class="k">$(</span>uname -s<span class="k">)</span>/<span class="k">$(</span>uname -m<span class="k">)</span>/docker-master.tgz</pre>
|
|
|
- <pre>tar -xf docker-master.tgz</pre>
|
|
|
+ <pre>wget http://get.docker.io/builds/<span class="k">$(</span>uname -s<span class="k">)</span>/<span class="k">$(</span>uname -m<span class="k">)</span>/docker-master.tgz</pre>
|
|
|
+ <pre>tar -xf docker-master.tgz</pre>
|
|
|
</div>
|
|
|
</li>
|
|
|
<li>
|
|
|
<p>Run your first container!</p>
|
|
|
|
|
|
<div class="highlight"><pre><span class="nb">cd </span>docker-master</pre>
|
|
|
- <pre>sudo ./docker run -i -t base /bin/bash</pre>
|
|
|
+ <pre>sudo ./docker run -i -t base /bin/bash</pre>
|
|
|
</div>
|
|
|
<p>Done!</p>
|
|
|
<p>Consider adding docker to your <code>PATH</code> for simplicity.</p>
|
|
|
</li>
|
|
|
|
|
|
- Continue with the <a href="examples/hello_world.html#hello-world">Hello world</a> example.
|
|
|
+ Continue with the <a href="http://docs.docker.io/en/latest/examples/hello_world/">Hello world</a> example.
|
|
|
</ol>
|
|
|
</section>
|
|
|
|
|
|
<section class="contentblock">
|
|
|
<h2>Contributing to Docker</h2>
|
|
|
|
|
|
- <p>Want to hack on Docker? Awesome! We have some <a href="/documentation/contributing/contributing.html">instructions to get you started</a>. They are probably not perfect, please let us know if anything feels wrong or incomplete.</p>
|
|
|
+ <p>Want to hack on Docker? Awesome! We have some <a href="http://docs.docker.io/en/latest/contributing/contributing/">instructions to get you started</a>. They are probably not perfect, please let us know if anything feels wrong or incomplete.</p>
|
|
|
</section>
|
|
|
|
|
|
</div>
|
|
@@ -117,8 +117,8 @@
|
|
|
vagrant and an Ubuntu virtual machine.</strong></p>
|
|
|
|
|
|
<ul>
|
|
|
- <li><a href="installation/macos.html">Mac OS X and other linuxes</a></li>
|
|
|
- <li><a href="installation/windows.html">Windows</a></li>
|
|
|
+ <li><a href="http://docs.docker.io/en/latest/installation/macos/">Mac OS X and other linuxes</a></li>
|
|
|
+ <li><a href="http://docs.docker.io/en/latest/installation/windows/">Windows</a></li>
|
|
|
</ul>
|
|
|
|
|
|
</section>
|