Closed ZahraPakzad closed 2 years ago
Issue is solved. Because of my configuration and how docker daemon's path was on unix:///mnt/wsl/shared-docker/docker.sock ({ "hosts": ["unix:///mnt/wsl/shared-docker/docker.sock"] }) I changed the KollapsDeploymentGenerator file for myself in this way:
docker -H unix:///mnt/wsl/shared-docker/docker.sock run --rm \
-v /mnt/wsl/shared-docker/docker.sock:/var/run/docker.sock \
Hello,
System specification: on the bottom of the issue (I'm running Linux Ubuntu 20.04 LTS on WSL2)
While trying to follow the basic setup of the Kollaps library based on the readme file (https://github.com/miguelammatos/Kollaps), I faced an issue running this line:
./KollapsDeploymentGenerator ./iperf3/topology.xml -s topology.yaml
the error states:
My attempts at solving this:
As per the error line
please, generate the .yaml file on a manager node.
I have checked and so far I only have one node which is the Leader(manager) node.I cannot understand what the source of the problem would be. My only guess is that it might have something to do with the dockerd path; which is:
(This is part of the tutorial for installing docker on wsl2 on this page: https://dev.solita.fi/2021/12/21/docker-on-wsl2-without-docker-desktop.html)
System specification: