Meshtasticator
Meshtasticator copied to clipboard
Docker Issues with interactiveSim.py on Ubuntu OS
Could not run the interativeSim.py due to the Docker Container, shows API issue to connect to the container and i have tried running the container manually but the container could not run also. Could anyone assist me on this issue? much appreciated thank you
"port is already allocated" suggests that another container is already running.
Can you check with:
docker container ls
And then you could kill it with:
docker rm -f <name>
Closing due to inactivity, please re-open if the issue persists.