Guest User

Docker2

a guest
Aug 2nd, 2025
10
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. monok@Monok-Workstation:~$ docker run hello-world
  2.  
  3. Hello from Docker!
  4. This message shows that your installation appears to be working correctly.
  5.  
  6. To generate this message, Docker took the following steps:
  7. 1. The Docker client contacted the Docker daemon.
  8. 2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
  9. (amd64)
  10. 3. The Docker daemon created a new container from that image which runs the
  11. executable that produces the output you are currently reading.
  12. 4. The Docker daemon streamed that output to the Docker client, which sent it
  13. to your terminal.
  14.  
  15. To try something more ambitious, you can run an Ubuntu container with:
  16. $ docker run -it ubuntu bash
  17.  
  18. Share images, automate workflows, and more with a free Docker ID:
  19. https://hub.docker.com/
  20.  
  21. For more examples and ideas, visit:
  22. https://docs.docker.com/get-started/
Advertisement
Add Comment
Please, Sign In to add comment