Marinka
eff4074687
Remove slides from this section
2025-11-15 07:57:14 +01:00
Marinka
772102f385
Add slides and change order, add diagram
2025-11-15 07:57:14 +01:00
Marinka
9fb94be33b
Change order of slides
2025-11-15 07:57:14 +01:00
Marinka
3f2cf4d10c
Fix typo in Training_Environment.md
2025-11-13 17:09:17 +01:00
Jérôme Petazzoni
723ac82dfe
➕ ️ Add Dockerfile example before starting to write our own
2025-11-12 17:13:14 +01:00
Jérôme Petazzoni
fcf8e85bd5
➕ ️ Add short intro to Docker
2025-11-12 16:54:41 +01:00
Jérôme Petazzoni
1164abdbbd
✂️ Remove tailhist, we won't use it
2025-11-12 16:54:41 +01:00
Jérôme Petazzoni
490a0249ed
🔎 Clarify use of local Docker
2025-11-12 16:54:41 +01:00
Jérôme Petazzoni
14192d5121
🖼️ Add Docker architecture diagram
2025-11-12 16:54:41 +01:00
Jérôme Petazzoni
738e69bf07
♻️ Update instructions about lab environments
...
The link to Play With Docker was broken. Also, since PWD was
out of capacity, I also added a link to KodeKloud.
2025-11-12 16:54:41 +01:00
Marinka
031ea237c8
Remove 'version' from compose file
2025-11-12 16:22:53 +01:00
Marinka
d2918c61a0
Remove unit testing
2025-11-12 16:22:53 +01:00
Jérôme Petazzoni
f9001262a8
👩🏫 Docker Workshop (PyLadies x Empowered In Tech)
2025-10-24 17:09:12 +02:00
Jérôme Petazzoni
f37d8112f8
🔧 Mention container engine levels
2025-09-11 16:21:27 +02:00
Jérôme Petazzoni
5005de823d
➕ ️ Merge container security content
2025-09-11 16:01:33 +02:00
Jérôme Petazzoni
605ee21b83
➕ ️ Add BuildKit exercise
2025-09-07 10:52:42 +02:00
Jérôme Petazzoni
fd06364ab0
♻️ Update notes about overlay support
2025-09-06 13:16:39 +02:00
Jérôme Petazzoni
1be66f3513
➕ ️ Add image deep dive + exercise
2025-09-06 13:08:01 +02:00
Jérôme Petazzoni
b291243472
➕ ️ Add container from scratch exercise; update cgroup to v2
2025-09-04 15:01:11 +02:00
Jérôme Petazzoni
37baf22bf2
♻️ Update Compose section
2025-01-22 18:32:56 +01:00
Jérôme Petazzoni
9e712e8a9e
🐛 Add script to detect duplicate markdown links; fix duplicates
...
When there are multiple reference-style markdown links in the same deck
with the same label, they will silently clash - i.e. one will overwrite
the other. The problem can become very apparent when using many links
like [see the docs][docs] in different slides, where [docs] points to
a different URL each time.
This commit adds a crude script to detect such duplicates and display
them. This script was used to detect a bunch of duplicates and fix them
(by making the label unique). There are still a few duplicates left
but they point to the same places, so we decided to leave them as-is
for now (but might change that later).
2024-11-23 23:46:14 +01:00
Jérôme Petazzoni
77ceba7f5b
🔧 Fix broken links in intro to docker slides
...
Closes #622
I recovered some of the case studies from the internet
archive, and removed the other links.
2023-06-15 23:07:25 +02:00
Jérôme Petazzoni
11bc78851b
➕ Add Scaleway and Hetzner to ARM providers
2023-05-12 18:13:19 +02:00
Jérôme Petazzoni
6d13122a4d
➕ Add BuildKit RUN --mount=type=cache...
2023-05-09 07:50:40 +02:00
MrUtkarsh
aa4c0846ca
Update Dockerfile_Tips.md
...
Updated the chown to chmod as its repeated.
2023-04-10 16:18:34 +02:00
Marco Verleun
9d5a083473
Update Container_Networking_Basics.md
2022-12-12 13:43:01 +01:00
Naeem Ilyas
26e5459fae
type fix
2022-08-22 10:23:57 +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