Skip to content

Commit c2d9ce2

Browse files
committed
Polishing First Sections
1 parent f030574 commit c2d9ce2

1 file changed

Lines changed: 16 additions & 14 deletions

File tree

readme.adoc

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
1-
Markus Eisele, Rafael Benevides
2-
v0.0.1, 2015-05-12
3-
:toc:
4-
:toc-placement!:
5-
61
# Docker and Kubernetes for Java Developers
72

8-
toc::[]
9-
103
## Preface
114
Containers are enabling developers to package their applications (and underlying dependencies) in new ways that are portable and work consistently everywhere? On your machine, in production, in your data center, and in the cloud. And Docker has become the de facto standard for those portable containers in the cloud.
125

@@ -16,26 +9,35 @@ This lab offers developers an intro-level, hands-on session with Docker, from in
169

1710
## Setup Environments
1811

12+
This section describes the relevant steps for both attendees and instructors to setup the environments. Please follow the parts, that are appropriate for you.
13+
1914
### Attendees
2015

21-
Brying Your Own Laptop (BYOL)
16+
This lab is designed for a BYOL (Brying Your Own Laptop) style hands-on-lab. We did our best to support a wide range of client configurations but only did test on machines as stated in the hardware section. Please make sure to double check your configuration.
2217

23-
link:https://github.com/arun-gupta/docker-java/tree/master/attendees[Attendee Setup]
18+
link:https://github.com/arun-gupta/docker-java/tree/master/attendees[Go directly to the attendee Setup]
2419

2520
#### Hardware
2621

27-
. Operating System
28-
.. Windows 7
29-
.. Mac OS X
30-
.. Linux / Fedora 21
22+
. CPU
23+
.. x86
24+
.. x64
3125
. Memory
26+
.. min 8 GB for attendees
27+
.. min 16 GB for instructors
3228

3329
#### Software
3430

31+
. Operating System
32+
.. Windows 7 (SP1)
33+
.. Mac OS X
34+
.. Linux / Fedora 21
35+
3536
### Instructor
3637

37-
link:https://github.com/arun-gupta/docker-java/tree/master/instructor[Instructor Setup]
38+
The instructor setup is designed to make the lab most reliable even with bad internet connections. Most if not all of the software can be directly downloaded from the instructor machine. The machine is setup as docker host and also runs a docker registry. Please make sure to execute these instructions way prior to the lab to provide a good experience to the attendees.
3839

40+
link:https://github.com/arun-gupta/docker-java/tree/master/instructor[Go directly to the Instructor Setup]
3941

4042
## The Lab
4143

0 commit comments

Comments
 (0)