Skip to content

Commit b65eb46

Browse files
committed
chapter 9: format
replace $ *docker ps* -> $ docker ps Before this commit, the rendered output is $ *docker ps Notice the * in front of the command `docker`. The edit in this commit is an attempt to remove that * from before `docker`. I see elsewhere in the source that uses * to bold text. I have not investigated why the * here does not bold the text and instead leaves the * character in the text, e.g. I have not tried to use pass:quotes[] or [subs="specialcharacters,macros"]. Using one of those may be better than what I do in this commit. I confess I have not investigated how to render the .asciidoc files so that I can check the formatting.
1 parent ca7997e commit b65eb46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapter_09_docker.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -863,7 +863,7 @@ with `docker ps`:
863863
864864
[role="skipme small-code"]
865865
----
866-
$ *docker ps*
866+
$ docker ps
867867
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
868868
0818e1b8e9bf superlists "/bin/sh -c 'python …" 4 seconds ago Up 4 seconds hardcore_moore
869869
----

0 commit comments

Comments
 (0)