Jerome Petazzoni
cc1340801e
📃 Add descriptions for some chapters
2021-10-31 01:03:38 +02:00
Jerome Petazzoni
8fed7a8adb
🖼️ Redraw Docker network diagrams
2021-10-18 19:05:34 +02:00
Jerome Petazzoni
71423233bd
🔧 Fix Tomcat volume example
...
New Tomcat image (version 9) doesn't load any example webapp
by default, but ships with examples in webapps.dist.
Let's use this as an opportunity to demonstrate how to populate
empty volumes from container directories.
Closes #561 .
2021-08-05 12:55:22 +02:00
Jerome Petazzoni
dbc87e7a0d
🔧 Minor fixes
2021-04-27 16:57:36 +02:00
Jerome Petazzoni
08d7b93be1
🔌 Minor tweaks to networking sections
2021-04-27 16:53:55 +02:00
Jerome Petazzoni
f780e4a0e6
💾 Update volume section
2021-04-26 16:58:09 +02:00
Jerome Petazzoni
a129187ce1
🔌 Update container networking basics
2021-04-26 15:29:20 +02:00
Jerome Petazzoni
ac0547d96b
📃 Update Dockerfile exercise instructions
2021-04-26 09:15:05 +02:00
Jerome Petazzoni
58ccebf5c7
🎼 Big Compose update
2021-04-26 01:45:29 +02:00
Jerome Petazzoni
56b9b864bb
📃 Add more BuildKit content
2021-04-25 20:13:24 +02:00
Jérôme Petazzoni
f49a8f2ec9
📃 Update container content with multi-arch
2021-04-25 16:26:03 +02:00
Jérôme Petazzoni
07818688a7
✂️ Remove emoji class
...
It shouldn't be necessary, since it was basically specifying a
font that may or may not be installed on folks' computers (and
wasn't loaded from the CSS). Tiny simplification but I'll take it 😁
2021-04-24 15:31:27 +02:00
Jerome Petazzoni
fcfcb127b4
📃 Update section summaries
2021-03-30 18:09:24 +02:00
Jerome Petazzoni
bd168f7676
Diametrally doesn't seem to be an English word
...
Thanks Peter Uys for letting me know :)
2020-12-11 17:07:42 +01:00
Jérôme Petazzoni
9b31c45899
Merge pull request #567 from christianbumann/patch-1
...
Add description for the -f flag
2020-10-08 08:37:26 +02:00
Christian Bumann
fc9c0a6285
Update Container_Network_Model.md
2020-10-08 08:16:53 +02:00
Christian Bumann
d4914fa168
Fix typo
2020-10-08 08:14:59 +02:00
Christian Bumann
e4edd9445c
Add description for the -f flag
2020-10-07 14:00:19 +02:00
Jerome Petazzoni
d402a2ea93
Add tailhist
2020-09-24 17:00:52 +02:00
Jerome Petazzoni
8f85332d8a
Advanced Dockerfiles -> Advanced Dockerfile Syntax
2020-05-06 17:25:03 +02:00
Jerome Petazzoni
102aef5ac5
Add outline tags to Docker short course
2020-04-26 11:36:50 -05:00
Jerome Petazzoni
7d8fdd43bd
Improve exec syntax section
2020-03-02 21:47:58 -06:00
Jerome Petazzoni
7d6ab6974d
Big autopilot update
...
'keys' does not handle special keys (like ^J) anymore.
Instead, we should use `key`, which will pass its entire
argument to tmux, without any processing. It is therefore
possible to do something like:
```key ^C```
Or
```key Escape```
Most (if not all) calls to special keys have been
converted to use 'key' instead of 'keys'.
Action ```copypaste``` has been deprecated in favor
of three separate actions:
```copy REGEX``` (searches the regex in the active pane,
and if found, places it in an internal clipboard)
```paste``` (inserts the content of the clipboard as
keystrokes)
```check``` (forces a status check)
Also, a 'tmux' command has been added. It allows to
do stuff like:
```tmux split-pane -v```
2020-01-18 09:49:18 -06:00
Jerome Petazzoni
5160dd39a0
Add mention to ctr.run
2020-01-14 15:43:00 -06:00
Jérôme Petazzoni
148ddd5174
Merge pull request #535 from jpetazzo/slides-docker-pods-anatomy
...
Slides docker pods anatomy
2019-12-06 22:25:40 +01:00
Jerome Petazzoni
e8eb11e257
Tweak Pods Anatomy slides for inclusion in master
2019-12-06 15:19:04 -06:00
Jérôme Petazzoni
fe9b56572e
Merge pull request #534 from jpetazzo/slides-docker-init-systems
...
Slides docker init systems
2019-12-06 21:38:37 +01:00
Jerome Petazzoni
7281ca3ca0
Tweak content for inclusion in master branch
2019-12-06 14:16:48 -06:00
Julien Girardin
b37dd85eff
Add Init_system slides
2019-12-06 11:03:48 +01:00
Jérôme Petazzoni
5b488fbe62
Update Installing_Docker.md
2019-11-19 09:35:46 -06:00
Bret Fisher
5749348883
remove deprecated rkt, mention runtimes are different per distro
2019-11-08 00:19:35 -05:00
Jerome Petazzoni
45ea521acd
COPY --chown
2019-07-12 14:16:20 -05:00
AJ Bowen
7a63dfb0cf
moar wording tweaks
2019-06-09 22:28:17 -07:00
AJ Bowen
79b8e5f2f0
Cherrypick tweaks from @soulshake
2019-06-03 22:35:01 -05:00
AJ Bowen
db961b486f
wording tweaks
2019-05-27 18:49:04 -05:00
Jerome Petazzoni
9775954b42
Update Ambassador and Service Mesh links
2019-05-23 23:02:12 -05:00
Jerome Petazzoni
d4500eff5a
Add pets vs cattle explanation
2019-05-23 22:34:50 -05:00
Jerome Petazzoni
d3af9ff333
Merge branch 'master' of github.com:jpetazzo/container.training
2019-05-23 17:39:12 -05:00
Jerome Petazzoni
c9dc6fa7cb
Put exercise slides in proper files
2019-05-23 17:39:00 -05:00
Jérôme Petazzoni
485704a169
Update Orchestration_Overview.md
2019-05-23 16:36:05 -05:00
Jérôme Petazzoni
72fa8c366b
Minor formatting, update official image count
2019-05-23 15:53:27 -05:00
Jerome Petazzoni
8ea4b23530
Fix URL for Swarm content
2019-05-22 22:39:45 -05:00
Arthur Chaloin
ddcb02b759
Add convenience script for dev installation on linux
2019-04-15 13:58:16 +02:00
Arthur Chaloin
ff111a2610
Remove outdated store.docker.com link
2019-04-15 13:55:09 +02:00
Julien Cristau
cde7c566f0
fix typo
2019-04-13 16:54:10 -05:00
Jerome Petazzoni
8b2a8fbab6
Clarify 1-d binpack problem
2019-04-13 16:46:43 -05:00
Jérôme Petazzoni
f6d154cb84
Merge pull request #427 from diegoquintanav/patch-5
...
Add information about `.dockerignore`
2019-03-02 01:23:37 +01:00
djalal
8753279603
use HTTPS when possible
2019-02-17 14:49:31 +01:00
djalal
42c1a93d5f
reflect official product name
2019-02-13 11:10:03 +01:00
djalal
8045215c63
squashing couple of typos
2019-02-13 10:58:59 +01:00