Giter VIP home page Giter VIP logo

Comments (2)

simnalamburt avatar simnalamburt commented on June 15, 2024 1

Actually I’ve been talking about this issue at the #2.

Discussed in #2

Originally posted by simnalamburt September 5, 2021
Hi @heyvito! I have patched and packaged qemu and podman to make it work with Apple Silicon, and now I'm looking for the way to integrate it with podman-macos.

This is how to use patched version of podman in the CLI:

brew install simnalamburt/x/podman-apple-silicon

# Example
podman machine init
podman machine start
podman run -p 8080:80 docker.io/nginx

I tried to use it with podman-macos and this is the issues I get:

  1. podman-macos do not search podman binary in /opt/homebrew/bin

    You can workaround this issue by sudo ln -s /opt/homebrew/bin/podman /usr/local/bin/podman, but it would be better if podman-macos checks the /opt/homebrew/bin. Maybe we can fix this by appending /opt/homebrew/bin at the end of the result of PMManager::paths.

  2. podman-macos successfully reads states from podman but fails to write.

    After you deal with locating the podman binary, you'll find podman-macos successfully reads information from podman.

    스크린샷 2021-09-05 05 56 52

    But unfortunately any operation that tries to write something fails. For example, podman-macos is unable to stop podman VM.

    스크린샷 2021-09-05 05 55 33

I'm wiling to fix these issues but I don't know how to build or debug this project. Is there any chance for us to cooperate with these issues?

from podman-macos.

heyvito avatar heyvito commented on June 15, 2024 1

Hi there, @sammcj! Let's continue this in #2, shall we? 🙌🏻

from podman-macos.

Related Issues (11)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.