mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-07-28 09:11:18 +00:00
Images should be good now
This commit is contained in:
@@ -65,17 +65,7 @@ class: extra-details
|
||||
|
||||
## What's this application?
|
||||
|
||||
---
|
||||
|
||||
class: pic
|
||||
|
||||

|
||||
|
||||
(DockerCoins 2016 logo courtesy of [@XtlCnslt](https://twitter.com/xtlcnslt) and [@ndeloof](https://twitter.com/ndeloof). Thanks!)
|
||||
|
||||
---
|
||||
|
||||
## What's this application?
|
||||
--
|
||||
|
||||
- It is a DockerCoin miner! 💰🐳📦🚢
|
||||
|
||||
|
||||
@@ -82,6 +82,22 @@ class: extra-details
|
||||
|
||||
## Illustration
|
||||
|
||||
On the next slide:
|
||||
|
||||
- whales = nodes (workers and managers)
|
||||
|
||||
- monkeys = managers
|
||||
|
||||
- purple monkey = leader
|
||||
|
||||
- grey monkeys = followers
|
||||
|
||||
- dotted triangle = raft protocol
|
||||
|
||||
---
|
||||
|
||||
class: pic
|
||||
|
||||

|
||||
|
||||
---
|
||||
|
||||
@@ -85,17 +85,25 @@ a {
|
||||
.underline { text-decoration: underline; }
|
||||
.strike { text-decoration: line-through; }
|
||||
|
||||
.pic {
|
||||
/* On pic slides, zoom images as big as possible */
|
||||
div.pic {
|
||||
padding: 0;
|
||||
vertical-align: middle;
|
||||
text-align: center;
|
||||
padding: 0 0 0 0 !important;
|
||||
}
|
||||
img {
|
||||
max-width: 100%;
|
||||
max-height: 550px;
|
||||
div.pic p {
|
||||
margin: 0;
|
||||
}
|
||||
.small img {
|
||||
max-height: 250px;
|
||||
div.pic img {
|
||||
display: block;
|
||||
margin: auto;
|
||||
max-width: 1210px;
|
||||
max-height: 681px;
|
||||
}
|
||||
|
||||
/* Center images that are on title slides */
|
||||
div.title img {
|
||||
display: block;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
div.title {
|
||||
|
||||
Reference in New Issue
Block a user