https://github.com/adamtyn/at-goto-podman
感谢曾经的docker。现在,开始拥抱更开放的podman
https://github.com/adamtyn/at-goto-podman
docker docker-image k8s podman
Last synced: 4 months ago
JSON representation
感谢曾经的docker。现在,开始拥抱更开放的podman
- Host: GitHub
- URL: https://github.com/adamtyn/at-goto-podman
- Owner: AdamTyn
- License: mit
- Created: 2022-05-15T06:26:18.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-15T06:27:06.000Z (about 4 years ago)
- Last Synced: 2025-10-30T05:50:20.416Z (9 months ago)
- Topics: docker, docker-image, k8s, podman
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### at-goto-podman
```toml
# 可以 quick-use.registries.conf 文件后直接替换 /etc/containers/registries.conf 文件
# 这个 docker.mirrors.ustc.edu.cn 可以修改为其他镜像源
unqualified-search-registries = ["docker.io", "docker.mirrors.ustc.edu.cn"]
[[registry]]
prefix="docker.io"
location="docker.mirrors.ustc.edu.cn"
[aliases]
"python"="docker.mirrors.ustc.edu.cn/library/python"
"php"="docker.mirrors.ustc.edu.cn/library/php"
"nginx"="docker.mirrors.ustc.edu.cn/library/nginx"
"openresty"="docker.mirrors.ustc.edu.cn/openresty/openresty"
"openresty/openresty"="docker.mirrors.ustc.edu.cn/openresty/openresty"
"postgres"="docker.mirrors.ustc.edu.cn/library/postgres"
"pgadmin"="docker.mirrors.ustc.edu.cn/dpage/pgadmin4"
"pgadmin4"="docker.mirrors.ustc.edu.cn/dpage/pgadmin4"
"dpage/pgadmin4"="docker.mirrors.ustc.edu.cn/dpage/pgadmin4"
"node"="docker.mirrors.ustc.edu.cn/library/node"
"mysql"="docker.mirrors.ustc.edu.cn/library/mysql"
"mariadb"="docker.mirrors.ustc.edu.cn/library/mariadb"
"phpmyadmin"="docker.mirrors.ustc.edu.cn/library/phpmyadmin"
"redis"="docker.mirrors.ustc.edu.cn/library/redis"
"elasticsearch"="docker.mirrors.ustc.edu.cn/library/elasticsearch"
"kibana"="docker.mirrors.ustc.edu.cn/library/kibana"
"mongo"="docker.mirrors.ustc.edu.cn/library/mongo"
"busybox"="docker.mirrors.ustc.edu.cn/library/busybox"
"debian"="docker.mirrors.ustc.edu.cn/library/debian"
"ubuntu"="docker.mirrors.ustc.edu.cn/library/ubuntu"
"archlinux"="docker.mirrors.ustc.edu.cn/library/archlinux"
"alpine"="docker.mirrors.ustc.edu.cn/library/alpine"
# 未完待续......
```