Changed some text on the website to include docker-club

Fixed a link in the FAQ on the docs
Fixed a detail in the Makefile for pushing the site to dotcloud
This commit is contained in:
Thatcher Peskens 2013-06-03 11:45:19 -07:00
parent a8ae398bf5
commit 38f29f7d0c
4 changed files with 13 additions and 13 deletions

View File

@ -63,7 +63,7 @@ site:
connect: connect:
@echo connecting dotcloud to www.docker.io website, make sure to use user 1 @echo connecting dotcloud to www.docker.io website, make sure to use user 1
@cd _build/website/ ; \ @cd _build/website/ ; \
dotcloud connect dockerwebsite ; dotcloud connect dockerwebsite ; \
dotcloud list dotcloud list
push: push:

View File

@ -19,7 +19,8 @@ Most frequently asked questions.
3. **Does Docker run on Mac OS X or Windows?** 3. **Does Docker run on Mac OS X or Windows?**
Not at this time, Docker currently only runs on Linux, but you can use VirtualBox to run Docker in a virtual machine on your box, and get the best of both worlds. Check out the MacOSX_ and Windows_ installation guides. Not at this time, Docker currently only runs on Linux, but you can use VirtualBox to run Docker in a
virtual machine on your box, and get the best of both worlds. Check out the :ref:`install_using_vagrant` and :ref:`windows` installation guides.
4. **How do containers compare to virtual machines?** 4. **How do containers compare to virtual machines?**
@ -39,10 +40,8 @@ Most frequently asked questions.
* `Ask questions on Stackoverflow`_ * `Ask questions on Stackoverflow`_
* `Join the conversation on Twitter`_ * `Join the conversation on Twitter`_
.. _Windows: ../installation/windows/
.. _MacOSX: ../installation/vagrant/
.. _the repo: http://www.github.com/dotcloud/docker .. _the repo: http://www.github.com/dotcloud/docker
.. _IRC\: docker on freenode: irc://chat.freenode.net#docker .. _IRC: docker on freenode: docker on freenode: irc://chat.freenode.net#docker
.. _Github: http://www.github.com/dotcloud/docker .. _Github: http://www.github.com/dotcloud/docker
.. _Ask questions on Stackoverflow: http://stackoverflow.com/search?q=docker .. _Ask questions on Stackoverflow: http://stackoverflow.com/search?q=docker
.. _Join the conversation on Twitter: http://twitter.com/getdocker .. _Join the conversation on Twitter: http://twitter.com/getdocker

View File

@ -2,6 +2,7 @@
:description: Docker's tutorial to run docker on Windows :description: Docker's tutorial to run docker on Windows
:keywords: Docker, Docker documentation, Windows, requirements, virtualbox, vagrant, git, ssh, putty, cygwin :keywords: Docker, Docker documentation, Windows, requirements, virtualbox, vagrant, git, ssh, putty, cygwin
.. _windows:
Using Vagrant (Windows) Using Vagrant (Windows)
======================= =======================

View File

@ -62,7 +62,7 @@
</div> </div>
<div class="container"> <div class="container">
<div class="alert alert-info"> <div class="alert alert-info" style="margin-bottom: 0;">
<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>
<div class="row"> <div class="row">
@ -133,13 +133,13 @@
</section> </section>
<section class="contentblock"> <section class="contentblock">
<h2>More resources</h2> <h2>Questions? Want to get in touch?</h2>
<ul> <p>There are several ways to get in touch:</p>
<li><a href="irc://chat.freenode.net#docker">IRC: docker on freenode</a></li> <p><strong>Join the discussion on IRC.</strong> We can be found in the <a href="irc://chat.freenode.net#docker">#docker</a> channel on chat.freenode.net</p>
<li><a href="http://www.github.com/dotcloud/docker">Github</a></li> <p><strong>Discussions</strong> happen on our google group: <a href="https://groups.google.com/d/forum/docker-club">docker-club at googlegroups.com</a></p>
<li><a href="http://stackoverflow.com/tags/docker/">Ask questions on Stackoverflow</a></li> <p>All our <strong>development and decisions</strong> are made out in the open on Github <a href="http://www.github.com/dotcloud/docker">github.com/dotcloud/docker</a></p>
<li><a href="http://twitter.com/getdocker/">Join the conversation on Twitter</a></li> <p><strong>Get help on using Docker</strong> by asking on <a href="http://stackoverflow.com/tags/docker/">Stackoverflow</a></p>
</ul> <p>And of course, <strong>tweet</strong> your tweets to <a href="http://twitter.com/getdocker/">twitter.com/getdocker</a></p>
</section> </section>