Skip to content
This repository was archived by the owner on Jul 31, 2025. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
70 changes: 70 additions & 0 deletions b2d.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
<!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">
<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">TinyCore 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.18.5 with AUFS, Docker 1.5.0</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>
45 changes: 20 additions & 25 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Boot2docker by boot2docker</title>
<title>Boot2Docker by Docker</title>

<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
Expand All @@ -16,59 +16,54 @@
<body>
<div class="wrapper">
<header>
<h1 class="header">Boot2docker</h1>
<p class="header">Lightweight Linux for Docker</p>
<h1 class="header">Docker Toolbox</h1>
<p class="header">Installs everything you need to get started with Docker on Mac and Windows</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>
<li class="download"><a class="buttons" href="https://github.com/docker/toolbox/releases/latest">Download</a></li>
<li><a class="buttons github" href="https://github.com/docker/toolbox">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>
<p class="header">Looking for Boot2Docker? Please <a class="header name" href="b2d.html">Visit here.</a></p>


</header>
<section>
<h1>
<a name="boot2docker" class="anchor" href="#boot2docker"><span class="octicon octicon-link"></span></a>boot2docker</h1>
<a name="boot2docker" class="anchor" href="#boot2docker"><span class="octicon octicon-link"></span></a>Docker Toolbox</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>Docker Toolbox is an installer for various Docker components on Apple Mac OS and Microsoft Windows.</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>
<p>See <a href="https://github.com/docker/toolbox">GitHub</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.18.5 with AUFS, Docker 1.5.0</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>
<p>Users can pick and choose from the following to install from the Toolbox: (default: all)</p>
<ul>
<li>Docker Client</li>
<li>Docker Machine</li>
<li>Docker Compose (Mac only)</li>
<li>Docker Kitematic</li>
<li>Oracle VirtualBox 5</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>.
<p><a href="https://github.com/docker/toolbox/releases/latest">Download</a> the installers.</p>

<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>
<p>Check out the latest use and install instructions for <a href="http://docs.docker.com/mac/started/">Mac OS X</a> and <a href="http://docs.docker.com/windows/started/">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]-->
Expand Down