schutzwerk / CANalyzat0r

Security analysis toolkit for proprietary car protocols
https://www.schutzwerk.com/en/43/posts/canalyzat0r/
GNU General Public License v3.0
755 stars 147 forks source link

Error on running CANalyzat0r in docker #11

Closed JeremyLebon closed 4 years ago

JeremyLebon commented 4 years ago

I want to run the docker container of my Windows PC.

The docker build works fine.

But when running the docker container I get the following error image

It looks to me that I can't make a connection to a server. Is this the Sqlite server? I don't know.

Thanks for the feedback

ps1337 commented 4 years ago

I guess this won't work for various reasons, two of them being:

  1. You need an X server instance on your windows machine. The container needs it to open the GUI.

  2. This tool requires SocketCAN which doesn't work with windows.

-----Original Message----- From: Piepo notifications@github.com To: schutzwerk/CANalyzat0r CANalyzat0r@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Sent: Tue, 23 Jun 2020 14:54 Subject: [schutzwerk/CANalyzat0r] Error on running CANalyzat0r in docker (#11)

I want to run the docker container of my Windows PC.

The docker build works fine.

But when running the docker container I get the following error image

It looks to me that I can't make a connection to a server. Is this the Sqlite server? I don't know.

Thanks for the feedback

-- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/schutzwerk/CANalyzat0r/issues/11

JeremyLebon commented 4 years ago

Ok, thanks. I was just a quick try on windows. I will try it on Ubuntu