You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -499,9 +494,9 @@ The https://docs.docker.com/get-docker/[Docker documentation] is pretty good,
499
494
and you'll find detailed installation instructions for Windows, Mac, and Linux.
500
495
Follow those, and then test your installation by running:
501
496
502
-
[subs="specialcharacters,quotes"]
497
+
[subs="specialcharacters,macros"]
503
498
----
504
-
$ *docker run busybox echo hello world*
499
+
$ pass:quotes[*docker run busybox echo hello world*]
505
500
Unable to find image 'busybox:latest' locally
506
501
[...]
507
502
latest: Pulling from library/busybox
@@ -595,17 +590,20 @@ next to the `src/` directory we made earlier:
595
590
// JAN: I'd suggest to use python3.11:slim or python3:12 slim. Keeping image tags too open leads to issues in a couple of months (not always, but waaay too often)
596
591
// JAN: I'd use Docker comments with # for <1>, <2>, ... Otherwise, you need to edit the code when you paste it
0 commit comments