Advertisement
sandervanvugt

Untitled

Apr 19th, 2021
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. student@podman ~]$ history
  2. 1 id
  3. 2 sudo yum search container
  4. 3 sudo yum install -y podman
  5. 4 sudo yum module search container
  6. 5 sudo yum modules search container
  7. 6 sudo yum module install container-tools
  8. 7 sudo podman search ubuntu
  9. 8 podman search ubuntu
  10. 9 sudo vim /etc/containers/registries.conf
  11. 10 podman search ubi
  12. 11 podman login
  13. 12 podman images
  14. 13 sudo podman pull ubi8/ubi
  15. 14 podman images
  16. 15 sudo podman images
  17. 16 history
  18. 17 podman ubi8
  19. 18 podman run ubi8
  20. 19 podman ps
  21. 20 podman ps -a
  22. 21 podman run ubi8/ubi echo hello world
  23. 22 podman run nginx
  24. 23 podman run -d nginx
  25. 24 podman ps
  26. 25 podman run -it ubi8/ubi /bin/bash
  27. 26 podman ps
  28. 27 podman login registry.redhat.io
  29. 28 history
  30.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement