You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docker ps # to see running docker images
docker ps -a # to see all docker images
docker start python_modeltrainer
docker exec -it python_modeltrainer /bin/sh # to enter the Image and execute commands
docker stop python_modeltrainer
docker run -p 8000:8000 python_modeltrainer # specify port number