Skip to content

Commit bd765db

Browse files
committed
updating version and HTML
1 parent ad7cf8e commit bd765db

2 files changed

Lines changed: 23 additions & 24 deletions

File tree

readme.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Docker and Kubernetes for Java Developers
2-
v1.3.2, Oct 1, 2015
2+
v1.4, Nov 5, 2015
33
:toc:
4-
:toc-title: Table of Dockernetes
4+
:toc-title: Table of Contents
55
:toclevels: 3
66
:toc-placement!:
77
:imagesdir: ./chapters/images

readme.html

Lines changed: 21 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge"><![endif]-->
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<meta name="generator" content="Asciidoctor 1.5.3">
8-
<meta name="author" content="v1.3.2, Oct 1, 2015">
8+
<meta name="author" content="v1.4, Nov 5, 2015">
99
<title>Docker and Kubernetes for Java Developers</title>
1010
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic%7CNoto+Serif:400,400italic,700,700italic%7CDroid+Sans+Mono:400,700">
1111
<style>
@@ -422,7 +422,7 @@
422422
<div id="header">
423423
<h1>Docker and Kubernetes for Java Developers</h1>
424424
<div class="details">
425-
<span id="author" class="author">v1.3.2, Oct 1, 2015</span><br>
425+
<span id="author" class="author">v1.4, Nov 5, 2015</span><br>
426426
</div>
427427
</div>
428428
<div id="content">
@@ -433,7 +433,7 @@ <h1>Docker and Kubernetes for Java Developers</h1>
433433
<a href="https://htmlpreview.github.io/?https://github.com/javaee-samples/docker-java/blob/master/readme.html" class="bare">https://htmlpreview.github.io/?https://github.com/javaee-samples/docker-java/blob/master/readme.html</a></p>
434434
</div>
435435
<div id="toc" class="toc">
436-
<div id="toctitle" class="title">Table of Dockernetes</div>
436+
<div id="toctitle" class="title">Table of Contents</div>
437437
<ul class="sectlevel1">
438438
<li><a href="#_preface">Preface</a></li>
439439
<li><a href="#_setup_environments">Setup Environments</a>
@@ -613,7 +613,7 @@ <h2 id="_preface">Preface</h2>
613613
<div class="title">Note</div>
614614
</td>
615615
<td class="content">
616-
Latest content of this lab is always at <a href="https://github.com/javaee-samples/docker-java" class="bare">https://github.com/javaee-samples/docker-java</a>
616+
Latest content of this workshop is always at <a href="https://github.com/javaee-samples/docker-java" class="bare">https://github.com/javaee-samples/docker-java</a>
617617
</td>
618618
</tr>
619619
</table>
@@ -624,7 +624,7 @@ <h2 id="_preface">Preface</h2>
624624
<h2 id="_setup_environments">Setup Environments</h2>
625625
<div class="sectionbody">
626626
<div class="paragraph">
627-
<p>This section describes what, how, and where to install the software needed for this lab. This lab is designed for a BYOL (Brying Your Own Laptop) style hands-on-lab.</p>
627+
<p>This section describes the software needed for this workshop. This workshop is designed for a BYOL (Brying Your Own Laptop) style hands-on-lab.</p>
628628
</div>
629629
<div class="sect2">
630630
<h3 id="_hardware">Hardware</h3>
@@ -983,13 +983,13 @@ <h3 id="_docker_machine">Docker Machine</h3>
983983
</ol>
984984
</div>
985985
<div class="paragraph">
986-
<p>You used Docker Machine already during the attendee setup. We won&#8217;t need it too much further on. But if you need to create hosts, it&#8217;s a very handy tool to know about. From now on we&#8217;re mostly going to use the docker client.</p>
986+
<p>Docker Machine was already installed during the attendee setup. We won&#8217;t need it too much further on. But if you need to create hosts, it&#8217;s a very handy tool to know about. From now on we&#8217;re mostly going to use Docker client.</p>
987987
</div>
988988
<div class="paragraph">
989989
<p>Find out more about the details at the <a href="https://docs.docker.com/machine/">Docker Machine Website</a>.</p>
990990
</div>
991991
<div class="paragraph">
992-
<p>Check if docker machine is working:</p>
992+
<p>Open Docker shell, check if docker machine is working:</p>
993993
</div>
994994
<div class="literalblock">
995995
<div class="content">
@@ -1001,7 +1001,7 @@ <h3 id="_docker_machine">Docker Machine</h3>
10011001
</div>
10021002
<div class="literalblock">
10031003
<div class="content">
1004-
<pre>docker-machine version 0.3.0 (0a251fe)</pre>
1004+
<pre>docker-machine version 0.5.0 (04cfa58)</pre>
10051005
</div>
10061006
</div>
10071007
<div class="admonitionblock note">
@@ -1035,7 +1035,7 @@ <h3 id="_docker_client">Docker Client</h3>
10351035
</div>
10361036
<div class="literalblock">
10371037
<div class="content">
1038-
<pre>Docker version 1.7.0, build 0baf609</pre>
1038+
<pre>Docker version 1.9.0, build 76d6bc9</pre>
10391039
</div>
10401040
</div>
10411041
<div class="admonitionblock note">
@@ -1078,13 +1078,13 @@ <h3 id="_docker_client">Docker Client</h3>
10781078
</div>
10791079
</div>
10801080
<div class="paragraph">
1081-
<p>A more comprehensive list of commands is also available in <a href="#Common_Docker_Commands">Common Docker Commands</a>.</p>
1081+
<p>A more commonly used list of commands is available at <a href="#Common_Docker_Commands">Common Docker Commands</a>.</p>
10821082
</div>
10831083
</div>
10841084
<div class="sect2">
10851085
<h3 id="_verify_docker_configuration">Verify Docker Configuration</h3>
10861086
<div class="paragraph">
1087-
<p>Check if your Docker Host is running:</p>
1087+
<p>Open Docker shell, check if your Docker Host is running:</p>
10881088
</div>
10891089
<div class="literalblock">
10901090
<div class="content">
@@ -1097,23 +1097,23 @@ <h3 id="_verify_docker_configuration">Verify Docker Configuration</h3>
10971097
<div class="listingblock">
10981098
<div class="content">
10991099
<pre class="highlight"><code class="language-text" data-lang="text">NAME ACTIVE DRIVER STATE URL SWARM
1100-
lab virtualbox Running tcp://192.168.99.101:2376</code></pre>
1100+
default * virtualbox Running tcp://192.168.99.100:2376</code></pre>
11011101
</div>
11021102
</div>
11031103
<div class="paragraph">
11041104
<p>This machine is shown in &#8220;Running&#8221; state. If the machine state is stopped, start it with:</p>
11051105
</div>
11061106
<div class="literalblock">
11071107
<div class="content">
1108-
<pre>docker-machine start lab</pre>
1108+
<pre>docker-machine start default</pre>
11091109
</div>
11101110
</div>
11111111
<div class="paragraph">
11121112
<p>After it is started you can find out IP address of your Docker Host with:</p>
11131113
</div>
11141114
<div class="literalblock">
11151115
<div class="content">
1116-
<pre>docker-machine ip lab</pre>
1116+
<pre>docker-machine ip default</pre>
11171117
</div>
11181118
</div>
11191119
<div class="paragraph">
@@ -1139,7 +1139,7 @@ <h3 id="_verify_docker_configuration">Verify Docker Configuration</h3>
11391139
</div>
11401140
</div>
11411141
<div class="paragraph">
1142-
<p>If it does, you&#8217;re ready to start with the lab.</p>
1142+
<p>If it does, you&#8217;re ready to start with the workshop.</p>
11431143
</div>
11441144
</div>
11451145
</div>
@@ -2785,7 +2785,7 @@ <h3 id="_docker_explorer">Docker Explorer</h3>
27852785
</div>
27862786
<div class="listingblock">
27872787
<div class="content">
2788-
<pre class="highlight"><code class="language-text" data-lang="text">docker-machine ip lab</code></pre>
2788+
<pre class="highlight"><code class="language-text" data-lang="text">docker-machine ip default</code></pre>
27892789
</div>
27902790
</div>
27912791
<div class="paragraph">
@@ -3596,15 +3596,14 @@ <h3 id="_create_a_docker_swarm_cluster">Create a Docker Swarm Cluster</h3>
35963596
<div class="content">
35973597
<pre class="highlight"><code class="language-text" data-lang="text">docker-machine ls
35983598
NAME ACTIVE DRIVER STATE URL SWARM
3599-
lab virtualbox Running tcp://192.168.99.101:2376
3600-
summit2015 virtualbox Running tcp://192.168.99.100:2376
3599+
default - virtualbox Running tcp://192.168.99.100:2376
36013600
swarm-master * virtualbox Running tcp://192.168.99.102:2376 swarm-master (master)
3602-
swarm-node-01 virtualbox Running tcp://192.168.99.103:2376 swarm-master
3603-
swarm-node-02 virtualbox Running tcp://192.168.99.104:2376 swarm-master</code></pre>
3601+
swarm-node-01 - virtualbox Running tcp://192.168.99.103:2376 swarm-master
3602+
swarm-node-02 - virtualbox Running tcp://192.168.99.104:2376 swarm-master</code></pre>
36043603
</div>
36053604
</div>
36063605
<div class="paragraph">
3607-
<p>The machines that are part of the cluster have the cluster’s name in the SWARM column, blank otherwise. For example, &#8220;lab&#8221; and &#8220;summit2015&#8221; are standalone machines where as all other machines are part of the &#8220;swarm-master&#8221; cluster. The Swarm master is also identified by (master) in the SWARM column.</p>
3606+
<p>The machines that are part of the cluster have the cluster’s name in the SWARM column, blank otherwise. For example, &#8220;default&#8221; is standalone machines where as all other machines are part of the &#8220;swarm-master&#8221; cluster. The Swarm master is also identified by (master) in the SWARM column.</p>
36083607
</div>
36093608
</li>
36103609
<li>
@@ -5098,7 +5097,7 @@ <h2 id="_references">References</h2>
50985097
</div>
50995098
<div id="footer">
51005099
<div id="footer-text">
5101-
Last updated 2015-10-25 21:59:25 CET
5100+
Last updated 2015-11-05 21:45:27 CET
51025101
</div>
51035102
</div>
51045103
</body>

0 commit comments

Comments
 (0)