Win + R, type cmd or PowerShell, and press Enter.Terminal from the Applications > Utilities folder.Ctrl + Alt + T.docker pull 2424833f/pytask3
docker run -d -p 5001:5001 --name pytask3 2424833f/pytask3
docker ps
http://localhost:5001
docker logs pytask3
docker stop pytask3
docker rm pytask3
Content type
Image
Digest
sha256:b3d9d6517…
Size
41.4 MB
Last updated
almost 2 years ago
docker pull 2424833f/pytask3