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
- Host: GitHub
- URL: https://github.com/devops-ws/podman-guide
- Owner: devops-ws
- Created: 2023-08-24T07:21:16.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-24T07:23:54.000Z (over 2 years ago)
- Last Synced: 2025-10-10T05:13:33.257Z (6 months ago)
- Homepage: https://jenkins-zh.cn
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# podman-guide
guide of podman
## Sock
Podman 默认没有 `sock` 文件,可以通过下面的命令启用:
```shell
systemctl enable --now podman.socket
```