An open API service indexing awesome lists of open source software.

https://github.com/devops-ws/podman-guide

guide of podman
https://github.com/devops-ws/podman-guide

Last synced: about 1 month ago
JSON representation

guide of podman

Awesome Lists containing this project

README

          

# podman-guide
guide of podman

## Sock
Podman 默认没有 `sock` 文件,可以通过下面的命令启用:

```shell
systemctl enable --now podman.socket
```