File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ The `container logs` command displays the output from your containerized applica
153153% container run -d --dns-domain test --name my-web-server --rm registry.example.com/fido/web-test:latest
154154my-web-server
155155% curl http://my-web-server.test
156- < ; !DOCTYPE html>< ; html>< ; head>< ; title>Hello< ; /title>< ; /head>< ; body>< ; p> & lt ; img src="logo.jpg" style="width: 2rem; height: 2rem;"> Hello, world!< ; /p >< ; /body>< ; /html>
156+ < ; !DOCTYPE html>< ; html>< ; head>< ; title>Hello< ; /title>< ; /head>< ; body>< ; h1> Hello, world!< ; /h1 >< ; /body>< ; /html>
157157% container logs my-web-server
158158192.168.64.1 - - [15/May/2025 03:00:03] "GET / HTTP/1.1" 200 -
159159%
Original file line number Diff line number Diff line change @@ -232,7 +232,7 @@ The output should appear as:
232232
233233<pre >
234234% container run -it --rm web-test curl http://192.168.64.3
235- < ; !DOCTYPE html>< ; html>< ; head>< ; title>Hello< ; /title>< ; /head>< ; body>< ; p> & lt ; img src="logo.jpg" style="width: 2rem; height: 2rem;"> Hello, world!< ; /p >< ; /body>< ; /html>
235+ < ; !DOCTYPE html>< ; html>< ; head>< ; title>Hello< ; /title>< ; /head>< ; body>< ; h1> Hello, world!< ; /h1 >< ; /body>< ; /html>
236236%
237237</pre >
238238
You can’t perform that action at this time.
0 commit comments