-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathexercise1-11.txt
23 lines (18 loc) · 986 Bytes
/
exercise1-11.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Script started on 2021-05-12 13:30:46+03:00 [TERM="linux" TTY="/dev/tty1" COLUMNS="100" LINES="37"]
[root@fedora34 1.11]# docker run -p 8080:8080 -d --rm spring
[root@fedora34 1.11]# curl localhost:8080
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous"> <title>Spring</title>
<meta charset="UTF-8" />
</head>
<body style="width: fit-content; padding-top: 3em; margin: auto;">
<form action="/press" method="post">
<button class="btn btn-info btn-outline-dark" type="submit">Press here</button>
</form>
<p style="width: fit-content; margin: auto;"></p>
</body>
</html>
[root@fedora34 1.11]#
Script done on 2021-05-12 13:31:36+03:00 [COMMAND_EXIT_CODE="0"]