Add podman

Signed-off-by: Kang HuaiShuai <khs1994@khs1994.com>
pull/439/head
Kang HuaiShuai 2019-12-31 20:48:52 +08:00
parent 0dcc67da1c
commit 9f0b2c725f
No known key found for this signature in database
GPG Key ID: 0A380828B1C243A7
3 changed files with 25 additions and 0 deletions

View File

@ -358,6 +358,7 @@ module.exports = {
'opensource/linuxkit',
],
},
'podman/',
'appendix/faq/',
{
title: "热门镜像介绍",

View File

@ -146,6 +146,7 @@
* [VS Code](IDE/vsCode.md)
* [Docker ](opensource/README.md)
* [LinuxKit](opensource/linuxkit.md)
* [podman -- Linux ](podman/README.md)
* [](appendix/README.md)
* [](appendix/faq/README.md)
* [](appendix/repo/README.md)

23
podman/README.md Normal file
View File

@ -0,0 +1,23 @@
# podman
[`podman`](https://github.com/containers/libpod) 是一个无守护程序与 docker 命令兼容的下一代 Linux 容器工具。
##
```bash
$ sudo yum -y install podman
```
## 使
`podman` docker `docker` `podman`
```bash
# $ docker run -d -p 80:80 nginx:alpine
$ podman run -d -p 80:80 nginx:alpine
```
##
* https://developers.redhat.com/blog/2019/02/21/podman-and-buildah-for-docker-users/