CodeReady Containers dev preview for Apple M1 (podman preset only) #2988
Replies: 11 comments 35 replies
-
Here are some issues I found while trying this out, grouped by area: Installation/General
System tray
Notifications
Configuration
Popup menu
Window
Console
|
Beta Was this translation helpful? Give feedback.
-
Ran into a few more issues with the Console:
|
Beta Was this translation helpful? Give feedback.
This comment was marked as off-topic.
This comment was marked as off-topic.
-
My apologies if this question is pretty much implied by the directions and I've missed it somehow... What are the appropriate instructions for running with Podman? I've downloaded the package and installed everything. crc CLI is operating as expected, however when I run crc start I get the hyperkit issue --> I'm quite new to openShift, but I wanted to see if I could chip in and maybe add a different perspective being new to this :) |
Beta Was this translation helpful? Give feedback.
This comment has been hidden.
This comment has been hidden.
This comment has been minimized.
This comment has been minimized.
-
"podman" does seem to be auto-added to my PATH |
Beta Was this translation helpful? Give feedback.
-
Thank you for the update
Just a few notes in a GitHub readme.md describing the happy path steps
would be fine for this alpha/dev preview phase for random testers.
…On Tue, Feb 22, 2022 at 3:10 AM Gerard Braad ***@***.***> wrote:
@burrsutter <https://github.com/burrsutter>
ideally no additional setup would be needed. No documentation has been
added around this yet as this is "dev preview". Also, I do not believe
anyone of the documentation team has been assigned/available to work on
this as of yet :-/
—
Reply to this email directly, view it on GitHub
<#2988 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAC4LRW6SBQI7BSM3HAPP7TU4NAJFANCNFSM5NQ2YTNA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
There are folks like Max Anderson who think docker compatible should be on
out-of-the-box but I do see that as a potential problem for folks with
docker desktop already turned on. Perhaps the tray GUI could describe to
the user how to address the issue.
…On Mon, Feb 21, 2022 at 1:58 AM Christophe Fergeau ***@***.***> wrote:
docker compatibility has been worked on in #3002
<#3002> but is not part of a
release yet. Once this is in, using eval $(crc podman-env) will set the
DOCKER_HOST env var so that docker talks to the podman runtime in the VM.
—
Reply to this email directly, view it on GitHub
<#2988 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAC4LRXAMWIU2QS2VXE76ULU4HPBVANCNFSM5NQ2YTNA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
The link gives me access denied. |
Beta Was this translation helpful? Give feedback.
-
Is the dev preview link no longer working? |
Beta Was this translation helpful? Give feedback.
-
Here is a mac M1 package of CRC which only works with the Podman preset. If you try it we expect you to provide feedback on tray/UX and/or usability side.
Instructions
Since it is unsigned binary so you have to put an exception for it. If you somehow installed
aarch64
package previously then make sure you runsudo rm -fr /Applications/CodeReady\ Containers*
.During the onboarding please select
podman
because foropenshift
it will not work.Download link
https://storage.googleapis.com/crc-bundle-github-ci/crc-macos-arm64.pkgLink expired
Known issues
crc podman-env
from a terminal for now.Beta Was this translation helpful? Give feedback.
All reactions