forked from containers/podman.io_old
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
41 lines (34 loc) · 1.52 KB
/
index.html
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
29
30
31
32
33
34
35
36
37
38
39
40
41
---
layout: default
title: Podman
---
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-132755160-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-132755160-1');
</script>
<link rel="shortcut icon" type="image/x-icon" href="/images/favicon.ico">
<link rel="shortcut icon" type="image/x-icon" href="/images/favicon.ico">
</head>
<img src="images/podman.svg" alt="podman logo">
<h3>Welcome to the website for the Pod Manager tool (<a href="https://github.com/containers/libpod">podman</a>).
This site features announcements and news around Podman,
and occasionally other <a href="https://github.com/containers/">container tooling</a> news.</h3>
<h3>What is Podman? Podman is a daemonless container engine for developing, managing,
and running OCI Containers on your Linux System.
Containers can either be run as root or in rootless mode. Simply put: `alias docker=podman`.
More details <a href="whatis.html">here</a>.
<h1>What's New!</h1>
<section class="posts">
{% for post in site.categories.new %}
<p><span>{{ post.date | date_to_string }}</span> »
<a href="{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a></p>
<p>{{ post.excerpt }}</p><hr>
{% endfor %}
</section>
<h4>Now where is that Container Commandos
<a href=https://github.com/mairin/coloringbook-container-commandos/blob/master/Web.pdf>Coloring Book</a>?</h4>