Gerry S
ce00e97d72
Fake
2022-07-22 11:48:40 +02:00
Gerry S
70b566b0fe
Whiteboard Discussion
2022-07-22 11:48:40 +02:00
Gerry S
c5e30e01df
Removed Reference to undefined contiainer ticktock
2022-07-22 11:48:40 +02:00
Karol Berezicki
71ba3ec520
Fixed link to Docker forums in intro.md
2022-05-23 14:41:59 +02:00
Jérôme Petazzoni
cc6c0d5db8
🐞 Minor bug fixes
2022-05-12 19:37:05 +02:00
Jérôme Petazzoni
2e6e5425d0
➕ Add platform check Dockerfile
2022-02-04 08:30:54 +01:00
Jérôme Petazzoni
5e2aac701e
♻️ Add cgroup v2 content
2022-02-03 18:58:21 +01:00
Jérôme Petazzoni
bb19d525e9
➕ Merge Buildkit content
2022-02-03 17:57:35 +01:00
Jérôme Petazzoni
e1290c5b84
➕ Add some info about profiles and .env
2022-01-31 19:48:12 +01:00
Jérôme Petazzoni
b56e54eaec
♻️ s/exercise/lab/
...
Now that we have a good number of longer exercises, it makes
sense to rename the shorter demos/labs into 'labs' to avoid
confusion between the two.
2021-12-29 17:18:07 +01:00
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