kersny / airsim_nvidia_docker

MIT License
13 stars 9 forks source link

Proper way to terminate session. #5

Closed lukaszdworako closed 7 years ago

lukaszdworako commented 7 years ago

Currently every time I exit all tmux processes (px4, droneshell) stay running and clog up ports. Is there a specific way to exit the docker?

kersny commented 7 years ago

What I do is Ctrl-C each process and then use Ctrl-D to kill each tmux tab and then finally end the container.

docker ps should tell you if any docker containers are currently running and docker kill can be used to kill containers that are still running.