mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Emphasized 'not for production' warning
This commit is contained in:
parent
84cca8afc8
commit
1904003511
1 changed files with 4 additions and 2 deletions
|
@ -62,13 +62,15 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="container">
|
<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.
|
||||||
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="span6">
|
<div class="span6">
|
||||||
<section class="contentblock">
|
<section class="contentblock">
|
||||||
<h2>
|
<h2>
|
||||||
<a name="installing-on-ubuntu-1204-and-1210" class="anchor" href="#installing-on-ubuntu-1204-and-1210"><span class="mini-icon mini-icon-link"></span>
|
<a name="installing-on-ubuntu-1204-and-1210" class="anchor" href="#installing-on-ubuntu-1204-and-1210"><span class="mini-icon mini-icon-link"></span>
|
||||||
</a>Installing on Ubuntu 12.04 and 12.10</h2>
|
</a>Installing on Ubuntu</h2>
|
||||||
<p>Please note this project is currently under heavy development. It should not be used in production.</p>
|
|
||||||
<ol>
|
<ol>
|
||||||
<li>
|
<li>
|
||||||
<p>Install dependencies:</p>
|
<p>Install dependencies:</p>
|
||||||
|
|
Loading…
Reference in a new issue