Updated getting started on website.

This commit is contained in:
Thatcher Peskens 2013-05-15 16:19:18 -07:00
parent 2ebbd2d636
commit b5c1b17b50
1 changed files with 3 additions and 1 deletions

View File

@ -76,6 +76,7 @@
<ul> <ul>
<li>Ubuntu 12.04 (LTS) (64-bit)</li> <li>Ubuntu 12.04 (LTS) (64-bit)</li>
<li> or Ubuntu 12.10 (quantal) (64-bit)</li> <li> or Ubuntu 12.10 (quantal) (64-bit)</li>
<li>The 3.8 Linux Kernel</li>
</ul> </ul>
<ol> <ol>
<li> <li>
@ -105,7 +106,8 @@
<pre>docker run -i -t ubuntu /bin/bash</pre> <pre>docker run -i -t ubuntu /bin/bash</pre>
</div> </div>
</li> </li>
Continue with the <a href="http://docs.docker.io/en/latest/examples/hello_world/">Hello world</a> example. Continue with the <a href="http://docs.docker.io/en/latest/examples/hello_world/">Hello world</a> example.<br>
Or check <a href="http://docs.docker.io/en/latest/installation/ubuntulinux/">more detailed installation instructions</a>
</ol> </ol>
</section> </section>