HackerTrans
TopNewTrendsCommentsPastAskShowJobs

florentbenoit

no profile record

Submissions

Unlock WebAssembly Workloads with Podman on macOS and Windows

developers.redhat.com
1 points·by florentbenoit·il y a 3 ans·0 comments

Podman Desktop v0.0.4 with Docker Desktop UI extensions support

podman-desktop.io
4 points·by florentbenoit·il y a 4 ans·1 comments

comments

florentbenoit
·il y a 3 ans·discuss
looks like this issue: https://github.com/containers/podman/issues/20639
florentbenoit
·il y a 4 ans·discuss
podman itself allows to play some subset of kubernetes files with the kube play command if you want to just use containers (no cluster required) https://docs.podman.io/en/latest/markdown/podman-kube-play.1...

Podman Desktop is planning also to bring a Kubernetes cluster very easily. For now you can deploy to an existing Kubernetes cluster the Pod (set of containers that Podman provides) and you can also switch your current context from the tray icon.
florentbenoit
·il y a 4 ans·discuss
The tray app is optional so you can still have the engine (podman machine on Windows/macOS) running without any UI.
florentbenoit
·il y a 4 ans·discuss
It might be possible to use a Podman machine on Linux as well. ( You may loose performance but could update as soon it's available)

Or use https://software.opensuse.org/package/podman
florentbenoit
·il y a 4 ans·discuss
Podman Desktop will release Windows arm64 binaries if there is a demand for it
florentbenoit
·il y a 4 ans·discuss
What file format would you expect?
florentbenoit
·il y a 4 ans·discuss
They can run side by side and Podman Desktop is also able to show you all Docker containers, images, etc.
florentbenoit
·il y a 4 ans·discuss
It's just to download smaller files.

For example if you're using homebrew it will download the right specific file.

And universal is there so that people don't bother to know which arch is their computer.
florentbenoit
·il y a 4 ans·discuss
Could you file a bug to podman desktop https://github.com/containers/podman-desktop/issues about your auth.json file / "podman login" ?
florentbenoit
·il y a 4 ans·discuss
v0.0.4 version brings two major enhancements:

* First Support of Docker Desktop extensions. Leveraging the current plug-in system of Podman Desktop, an adapter is added around the Docker Desktop UI extensions to intercept the calls and manage the extensions. Adding a feature can also be done using that way. (For example the Trivy security scanner, Deploy to OpenShift, etc.) note: it does not handle yet the VM components. Support will be added depending on the users feedback.

* Install Podman on Windows if not yet installed: At startup it detects if Podman is installed or not and if not, after answering to a prompt, Podman is installed. It still requires WSL/Hyper-v to be enabled.

We received external Pull Requests contributions so thanks to all the contributors

Website is at https://podman-desktop.io Extensibility section is at https://podman-desktop.io/extend Complete list of bug fixed / enhancements https://github.com/containers/podman-desktop/issues?q=is%3Ac...