Closed Binary-Phantom closed 4 months ago
Dear @Binary-Phantom,
Thanks for reaching out!
The error you are encountering is due to the use of an outdated version of Docker: docker.io
. Unfortunately, there are some incompatibilities between docker-py
(the official Docker APIs for Python) and docker.io
.
To fix the error, you simply need to install the newer version of Docker Engine (also known as docker-ce
).
You can follow the official installation guide provided by Docker: https://docs.docker.com/engine/install/
From the guide: “If you use Debian derivatives such as BunsenLabs Linux
, Kali Linux
or LMDE
(Debian-based Mint) should follow the installation instructions for Debian, substitute the version of your distro for the corresponding Debian release. Refer to the documentation of your distro to find which Debian release corresponds with your derivative version.”
Please let me know if this helps.
Thanks, Tommaso
@tcaiazzi Thanks for your fast answer! It worked very well.
Operating System
Kali GNU/Linux Rolling Linux 6.8.11-amd64
Kathará Version
3.7.6
Bug Description
Just after i tried to run kathara vstart -n pc4 --eth 0:A the terminal gives me a error saying:
and i cannot use the aplication
Steps To Reproduce
my steps where:
get a custom image from my professor: sudo docker pull adrianoantunesp/kathara
then: kathara settings Option 2: option 10 -> choose another image adrianoantunesp/kathara Option 5: option 2 -> gnome Option 10: option 1 -> kathara/rnp Option 11: option 1 -> yes Option 12: option 1 -> yes
Expected Behavior
i expected the deployment of the colision domains
Check Command Output