Monday, April 27, 2020

Docker

Looking at the installation script.
What is it in each line?


d:\dvp>docker run --detach --publish 80:80 --name webserver nginx
Unable to find image 'nginx:latest' locally
latest: Pulling from library/nginx
54fec2fa59d0: Pull complete
4ede6f09aefe: Pull complete
f9dc69acb465: Pull complete
Digest: sha256:86ae264c3f4acb99b2dee4d0098c40cb8c46dcf9e1148f05d3a51c4df6758c12
Status: Downloaded newer image for nginx:latest
dd95cada14d2df693d80030e68a644d3f7f7633d8c79e93fa2eb46c0a799ad2a

No comments: