Skip to content

How to stop CarlaUE4 window to stop lauching itself? #132

Answered by XiaoFei9704
i-kj asked this question in Q&A
Discussion options

You must be logged in to vote

As I mentioned earlier:

See the last line of scripts/carla-compose.yml:
restart: always
If you do not want Carla to auto-restart, just delete it

Just doing this is not enough because the Docker container has already been created, and the current container will still automatically restart.
So you should first delete the carla container and then rerun 'docker_run_carla. sh'
`
docker rm -f carla-simulator-1

./docker_run_carla.sh
`

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by i-kj
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants