forked from boot2docker/boot2docker.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
15 lines (12 loc) · 806 Bytes
/
index.html
File metadata and controls
15 lines (12 loc) · 806 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!doctype html>
<html>
<head>
<title>boot2docker</title>
</head>
<body>
<h1>State of boot2docker</h1>
<p>The <code>boot2docker</code> CLI tool is <em>long</em>-since officially deprecated in favor of <a href="https://docs.docker.com/machine/" rel="nofollow">Docker Machine</a>.</p>
<p>On the other hand, the boot2docker distribution (as in, <code>boot2docker.iso</code>) is in "maintenance mode". See <a href="https://github.com/boot2docker/boot2docker#readme">https://github.com/boot2docker/boot2docker</a> for more details.</p>
<p>It is <strong>highly</strong> recommended that users transition from Boot2Docker over to <a href="https://www.docker.com/docker-mac">Docker for Mac</a> or <a href="https://www.docker.com/docker-windows">Docker for Windows</a> instead.</p>
</body>
</html>