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