Skip to content

Commit 1617f2c

Browse files
committed
Docker: fix HTML escaping.
1 parent 37b0f34 commit 1617f2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/docker/welcome.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ <h3>Check Current Configuration</h3>
3535
on the <a href="https://en.wikipedia.org/wiki/Unix_domain_socket">Unix socket</a> at
3636
<b>/var/run/control.unit.sock</b> inside the container.<br>
3737
To see the current configuration run:</p>
38-
<pre>docker exec -ti <containerID> curl --unix-socket /var/run/control.unit.sock http://localhost/config</pre>
38+
<pre>docker exec -ti &lt;containerID&gt; curl --unix-socket /var/run/control.unit.sock http://localhost/config</pre>
3939
</div>
4040

4141
<hr>

0 commit comments

Comments
 (0)