Advertisement
sandervanvugt

Untitled

Apr 20th, 2021
504
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. podman search mariadb
  2. 509 podman login registry.access.redhat.com
  3. 510 podman login registry.redhat.io
  4. 511 podman search mariadb | less
  5. 512 crc --help
  6. 513 crc oc-env
  7. 514 eval $(crc oc-env)
  8. 515 oc login -u developer -p developer
  9. 516 echo DAY@ EX180
  10. 517 podman search mariadb | less
  11. 518 oc create deploy -h | less
  12. 519 oc create deploy --image=registry.access.redhat.com/rhscl/mariadb-101-rhel7 mymariadb
  13. 520 oc projects
  14. 521 oc new-project maria
  15. 522 oc create deploy --image=registry.access.redhat.com/rhscl/mariadb-101-rhel7 mymariadb
  16. 523 history
  17.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement