Skip to content

Commit e6c49b4

Browse files
authored
Update HTML output in tutorial, how-to. (#47)
1 parent cba7534 commit e6c49b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/how-to.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
154154
my-web-server
155155
% curl http://my-web-server.test
156-
<!DOCTYPE html><html><head><title>Hello</title></head><body><p><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
158158
192.168.64.1 - - [15/May/2025 03:00:03] "GET / HTTP/1.1" 200 -
159159
%

docs/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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-
&lt;!DOCTYPE html>&lt;html>&lt;head>&lt;title>Hello&lt;/title>&lt;/head>&lt;body>&lt;p>&lt;img src="logo.jpg" style="width: 2rem; height: 2rem;">Hello, world!&lt;/p>&lt;/body>&lt;/html>
235+
&lt;!DOCTYPE html>&lt;html>&lt;head>&lt;title>Hello&lt;/title>&lt;/head>&lt;body>&lt;h1>Hello, world!&lt;/h1>&lt;/body>&lt;/html>
236236
%
237237
</pre>
238238

0 commit comments

Comments
 (0)