-
Notifications
You must be signed in to change notification settings - Fork 5
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
Check Podman works on desktops and laptops #100
Comments
My desktop and laptop are both running Fedora 31. Podman runs fine, although need to add the |
@stvoutsin Can you check to see if Podman runs OK on your machines. |
@Zarquan I've installed Podman on my local machine (Ubuntu 18.04) with the following instructions:
I then tried running the openstack client container as:
This seems to work as the container gets fetched and I am taken to the root@openstacker prompt, although I do see the following error:
|
Did you get the instructions from the Podman site ? |
Yep, that's what I used to install |
Quick check on Google finds this Debian/Ubuntu install
|
Additional information |
The following packages have unmet dependencies:
The following packages have unmet dependencies:
Looks like the is a required package missmatch, where ubuntu claims to have the latest, but libslirp0 requires newer versions. |
Will look into this more tomorrow |
No problem, not urgent. Just all the examples I'm creating use podman rather than docker, so need to check I'm not breaking anything. |
I expect there may be a few issues with compose, and almost certainly issues with swarm. |
@stvoutsin Could you run another test to see if Ubuntu have updated their packages ? |
This is no longer an issue. |
Check we can deploy Podman on our desktops and laptops.
The text was updated successfully, but these errors were encountered: