-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdrun.html
More file actions
28 lines (22 loc) · 878 Bytes
/
drun.html
File metadata and controls
28 lines (22 loc) · 878 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<html>
<head>
<style>
body {
background-image: url('https://img5.goodfon.com/wallpaper/nbig/e/98/svet-fon-oboi.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
}
</style>
</head>
<body> <br> <br> <br><br><br><br><br><br><br><br>
<form action = 'http://192.168.43.66/cgi-bin/dockerrun.py'>
<center>
<h2 style="color:white;">
<b>Press 1 to launch a docker container <br /> Press 2 to stop the running container <br /> Press 3 to remove the terminated container <br /> Press 4 to display date and time <br /> Press 5 to display the calendar of the current year<br> Press 6 to shut down the system </b>
</center>
<center> <h1 style="color:Orange;"><b>Enter your command</b>: <input name = 'x' type = "text" ></input></h1>
<input type = "submit" ></input>
</form>
</body>
</html>