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
Copy file name to clipboardExpand all lines: chapter_09_docker.asciidoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -957,7 +957,7 @@ Starting development server at http://127.0.0.1:8888/
957
957
958
958
A quick run of the FT or check in our browser will show us that nope, that doesn't work either.
959
959
Let's try an even lower-level smoke test, the traditional Unix utility `curl`.
960
-
It's a command-line tool for making HTTP requests.footnote:[`curl` can make many other types of requests. For details see https://man7.org/linux/man-pages/man1/curl.1.html[curl manual]] Try it on your own computer first:
960
+
It's a command-line tool for making HTTP requests.footnote:[`curl` can make many other types of requests. For details see https://man7.org/linux/man-pages/man1/curl.1.html[curl manual].] Try it on your own computer first:
0 commit comments