File: demo_podman.html

package info (click to toggle)
passt 0.0~git20230309.7c7625d-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,448 kB
  • sloc: ansic: 9,696; sh: 2,820; makefile: 334
file content (19 lines) | stat: -rw-r--r-- 588 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>demo: Overview of Podman operation with pasta</title>
<link rel="stylesheet" type="text/css" href="/static/asciinema-player.css" />
<script src="/static/asciinema-player.min.js"></script>
</head>
<body style="margin: 0">
<div id="demo_podman" style="height: 100vh; width: 100vw"></div>
<script>
AsciinemaPlayer.create('/builds/latest/web/demo_podman.cast',
		       document.getElementById('demo_podman'),
		       { cols: 130, rows: 41, fit: "both",
			 preload: true, poster: 'npt:0:4'
		       });
</script>
</body>
</html>