File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -984,6 +984,8 @@ curl: (7) Failed to connect to localhost port 8888 after 0 ms: Couldn't connect
984
984
TIP: The `-iv` flag to curl is useful for debugging.
985
985
It prints verbose output, as well as full HTTP headers.
986
986
987
+ // CSANAD: my `curl` output is slightly different, but it doesn't change much.
988
+
987
989
988
990
=== Running code "inside" the container with docker exec
989
991
@@ -1113,6 +1115,11 @@ $ pass:quotes[*curl -iv localhost:8888*]
1113
1115
curl: (52) Empty reply from server
1114
1116
----
1115
1117
1118
+ // CSANAD: I'm getting a different error for some reason:
1119
+ // curl: (56) Recv failure: Connection reset by peer
1120
+ // Hopefully, just like above, the difference is irrelevantr but somebody please
1121
+ // confirm.
1122
+
1116
1123
==== Essential Googling the Error Message
1117
1124
1118
1125
The need to map ports and the `-p` argument to `docker run` are something you just learn,
You can’t perform that action at this time.
0 commit comments