Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Port error because marker based visual loc ex #2923

Open
dduro2020 opened this issue Dec 19, 2024 · 1 comment
Open

Port error because marker based visual loc ex #2923

dduro2020 opened this issue Dec 19, 2024 · 1 comment

Comments

@dduro2020
Copy link
Collaborator

If you kill the docker inside the marker based visual loc exercise, it does not clean up the processes correctly and causes the docker to not work when relaunching the docker with the developers script.

@dduro2020
Copy link
Collaborator Author

To fix this error manually. First find the stopped dockers and delete them by hand:

docker ps -a

Copy the ids and kill them:

docker rm <id>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant