Git Product home page Git Product logo

Comments (4)

akilism avatar akilism commented on June 22, 2024

what the benefits of podman over docker?

from dangerzone.

micahflee avatar micahflee commented on June 22, 2024

The two big benefits in my mind are:

  • podman doesn't require a daemon, so its architecture is much simpler, has smaller attack surface (there's various ways a badly configured docker daemon could be used for privilege escalation), and is portable -- you can just basically ship the podman binary, and then use it to run containers
  • podman allows for running containers without root (though the containers themselves still have a root user), so an unprivileged user can start the container, doesn't need to type a password, etc.

All that said, docker would work fine too, and it would be much simpler to get running on macOS if the user has Docker for Mac installed. Also, it looks like the podman remote client doesn't work without root yet anyway.

Ideally though, dangerzone will be a self-contained app, so you can install dangerzone and then just use it, without needing to separately install Docker for Mac and keep it updated. Maybe that could be a long-term goal though, and in the short-term it could try to find docker and use it if it's installed...

from dangerzone.

micahflee avatar micahflee commented on June 22, 2024

Oh yeah one more issue with making dangerzone work for macOS is the "Open safe document after converting" feature. Right now the Common._find_pdf_viewers function discovers the list of apps installed that can open application/pdf MIME types, but it's Linux-only. It basically searches for .desktop files in the right places and parses them, but this process is totally different in macOS, so it will have to detect the OS and work differently.

from dangerzone.

micahflee avatar micahflee commented on June 22, 2024

The master branch now works enough in macOS to run, using Docker for Mac! I'm closing this issue in favor of two smaller ones (#2, #3).

from dangerzone.

Related Issues (20)

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.