forked from boot2docker/boot2docker.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
84 lines (67 loc) · 4.02 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Boot2docker by boot2docker</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<script src="javascripts/scale.fix.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1 class="header">Boot2docker</h1>
<p class="header">Lightweight Linux for Docker</p>
<ul>
<li class="download"><a class="buttons" href="https://github.com/boot2docker/osx-installer/releases">Mac OS X</a></li>
<li class="download"><a class="buttons" href="https://github.com/boot2docker/windows-installer/releases">Windows</a></li>
<li><a class="buttons github" href="https://github.com/boot2docker/boot2docker">View On GitHub</a></li>
</ul>
<p class="header">This project is maintained by <a class="header name" href="https://github.com/boot2docker">boot2docker</a></p>
</header>
<section>
<h1>
<a name="boot2docker" class="anchor" href="#boot2docker"><span class="octicon octicon-link"></span></a>boot2docker</h1>
<p>boot2docker is a lightweight Linux distribution based on <a href="http://tinycorelinux.net">Tiny Core Linux</a> made specifically to run <a href="https://www.docker.io/">Docker</a> containers. It runs completely from RAM, weighs ~27MB and boots in ~5s (YMMV).</p>
<p><iframe width="640" height="360" src="//www.youtube.com/embed/wQsrKX4588U?rel=0" frameborder="0" allowfullscreen></iframe></p>
<p>See <a href="https://github.com/boot2docker/boot2docker/blob/master/doc/FAQ.md">Frequently asked questions</a> for more details.</p>
<h2>
<a name="features" class="anchor" href="#features"><span class="octicon octicon-link"></span></a>Features</h2>
<ul>
<li>Kernel 3.16.7 with AUFS, Docker 1.3.2</li>
<li>Container persistence via disk automount on <code>/var/lib/docker</code>
</li>
<li>SSH keys persistence via disk automount</li>
<li>Host-only network for easy access to ports mapped by Docker</li>
</ul><h2>
<a name="installation" class="anchor" href="#installation"><span class="octicon octicon-link"></span></a>Installation</h2>
<p>Download the installers for <a href="http://github.com/boot2docker/osx-installer/releases">Mac OS X</a> and <a href="http://github.com/boot2docker/windows-installer/releases">Windows</a>.
<h2>
<a name="how-to-use" class="anchor" href="#how-to-use"><span class="octicon octicon-link"></span></a>How to use</h2>
<p>Check out the latest use and install instructions for <a href="http://docs.docker.io/installation/mac/">Mac OS X</a> and <a href="http://docs.docker.io/installation/windows">Windows</a>
<h2>
<a name="docker-hub" class="anchor" href="#docker-hub"><span class="octicon octicon-link"></span></a>Docker Hub</h2>
<p>
To save and share container images, automate workflows, and more sign-up for a free <a href="https://hub.docker.com">Docker Hub account</a>.
</p>
<h4>
<a name="build-your-own-boot2dockeriso" class="anchor" href="#build-your-own-boot2dockeriso"><span class="octicon octicon-link"></span></a>Build your own boot2docker.iso</h4>
<p>Go to <a href="https://github.com/boot2docker/boot2docker/blob/master/doc/BUILD.md">How to build</a> for Documentation on how to build your own boot2docker ISO.</p>
</section>
</div>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-6096819-15', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>