-
Notifications
You must be signed in to change notification settings - Fork 949
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feature request] support Installing pouch on various distributions #67
Comments
Could you help to figure out a way for this? @zzchun |
Any update on this issue? @zzchun |
@allencloud There are two issues to be discussed. 1. How to name the rpm package Usually, the name of rpm package contains name, version number, release number, system platform, extension name and so on. For example:
so,We need to define a naming convention. 2.Add description information I marked the fields with "?" that I can't determine its values, which are need to be discussed
|
cc @sunyuan3 |
@allencloud I need the following info for testing.
|
I add something to your confusion about the info about pouch. While what I added does not include: Version : 0.1.0 Pouch's vision is to advance container ecosystem and promote container standards OCI(Open Container Initiative), so that container technologies become the foundation for application development in the Cloud era. Pouch can pack, deliver and run any application. It provides applications with a lightweight runtime environment with strong isolation and minimal overhead. Pouch isolates applications from varying runtime environment, and minimizes operational workload. Pouch minimizes the effort for application developers to write Cloud-native applications, or to migrate legacy ones to a Cloud platform. |
@allencloud @sunyuan3 We have put rpm package to Aliyun mirrors. Currently, pouch can be installed by pouch repository. 1.install yum-utils
2. set up the pouch repository
3. install pouch
4. start pouch
5. pull an image
6. run a container
7. uninstall pouch sudo yum remove pouch After running the sudo rm -rf /var/lib/pouch |
Thanks for your work, @zzchun |
Issue Description
support Installing pouch on various distributions
Describe what happened:
NONE
Describe what you expected to happen:
How to reproduce it (as minimally and precisely as possible):
NONE
Anything else we need to know?:
NONE
Environment:
pouch version
):uname -a
):The text was updated successfully, but these errors were encountered: