Advertisement
fatherlinux

Untitled

Nov 9th, 2021
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. {
  2. "default": [
  3. {
  4. "type": "insecureAcceptAnything"
  5. }
  6. ],
  7. "transports": {
  8. "docker": {
  9. "registry.access.redhat.com": [
  10. {
  11. "type": "insecureAcceptAnything"
  12. }
  13. ],
  14. "registry.redhat.io": [
  15. {
  16. "type": "insecureAcceptAnything"
  17. }
  18. ]
  19. },
  20. "docker-daemon": {
  21. "": [
  22. {
  23. "type": "insecureAcceptAnything"
  24. }
  25. ]
  26. }
  27. }
  28.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement