shorts
Run docker Image from command Line
complete context in the related video: • Docker basics: How to create my first Dock...
command:
docker run -p 5020:5020 dockervideo:latest
-p it is the mapping of the TCP port local:docker
after that the name:tag of the image you want to run