docker ps #View the current docker container
docker exec -it The container name sh enters the docker container.
docker stop Stop docker container
Tech Blog
docker ps #View the current docker container
docker exec -it The container name sh enters the docker container.
docker stop Stop docker container