KatharaFramework / Docker-Images

Dockerfiles and scripts to build Kathará Docker images.
https://www.kathara.org/
GNU General Public License v3.0
22 stars 9 forks source link

Workaround for "Cannot start FRR on Fedora and Arch using kathara/frr image" #11

Closed BuonHobo closed 11 months ago

BuonHobo commented 11 months ago

Added workaround for https://github.com/KatharaFramework/Docker-Images/issues/10

Skazza94 commented 11 months ago

Hi @BuonHobo, PR looks fine!

We will release a new Docker image with the fix really soon!

Thanks for contributing, Mariano.

awaum commented 6 months ago

Hello,

$ cat /etc/fedora-release Fedora release 39 (Thirty Nine) $ docker -v Docker version 26.0.1, build d260a54 $ kathara -v Current version: 3.7.0 I installed the fix in my running container, however: image

Please advise.

Best regards, Armin

tcaiazzi commented 5 months ago

Hi @awaum,

Sorry for the late reply, I missed your comment 😇

I just tried the workaround, and it works on my system.

Can you explain the steps you follow? You can build the image directly from the repository, using the command:

make frr

I also noticed that we never upload the workaround to the Docker Hub 😇

We will do it soon!