ulauncher-docker
ulauncher-docker copied to clipboard
[Bug]: I got extension crashed on ubuntu 22.04
Description?
- provide url for downloading ulaucher-docker plugin
- save upon completion
- install required python3 package as instructed
- try using the extension Screencast from 04-17-2024 08:05:19 PM.webm
Extension Logs
No response
I got the same issue in Ubuntu24.04.
However, using the newest docker package (version 7.x) in python solves my question.
Maybe it because the docker in your computer mismatch with the package 5.x.
Use pip install --upgrade docker to update.
Hope it will be helpful for you.