Skip to content

Commit 1774318

Browse files
committed
remove unnecessary docker build, add TIP
1 parent a4635bc commit 1774318

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

chapter_09_docker.asciidoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1091,9 +1091,11 @@ But we're just mapping 8888 to 8888, and that will look like this:
10911091

10921092
[subs="specialcharacters,quotes"]
10931093
----
1094-
$ *docker build -t superlists . && docker run -p 8888:8888 -it superlists*
1094+
$ *docker run -p 8888:8888 -it superlists*
10951095
----
10961096

1097+
TIP: We don't need to run `docker build` this time since we have not changed our Dockerfile.
1098+
10971099
Now that will _change_ the error we see, but only quite subtly (see <<firefox-connection-reset>>).
10981100
Things clearly aren't working yet.
10991101

0 commit comments

Comments
 (0)