You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use "podman" when on Linux, and "docker" otherwise.
This commit also adds a text widget to the interface, showing the actual
content fo the error that happened, to help debug further if needed.
Fixes#212
Use "podman" when on Linux, and "docker" otherwise.
This commit also adds a text widget to the interface, showing the actual
content fo the error that happened, to help debug further if needed.
Fixes#212
Use "podman" when on Linux, and "docker" otherwise.
This commit also adds a text widget to the interface, showing the actual
content fo the error that happened, to help debug further if needed.
Fixes#212
Use "podman" when on Linux, and "docker" otherwise.
This commit also adds a text widget to the interface, showing the actual
content fo the error that happened, to help debug further if needed.
Fixes#212
Description
Running Dangerzone on a Linux environment that does not have Podman properly configured, throws an error about Docker not running:
This is unexpected because the newest Dangerzone release uses Podman instead of Docker.
Steps to Reproduce
OS: Ubuntu 22.04 (containerized via Docker)
Release: 0.3.2
podman images ls
fails.dangerzone
within that container.Expected Behavior
Inform the user that Podman is not properly configured. Ideally, explain what is the command that failed, either in the UI or in the logs.
The text was updated successfully, but these errors were encountered: