Wivik / devops-solutions-map

A tool displaying your DevOps solution map and their adoption for each step of the loop. Demo available on GitHub Page !
https://wivik.github.io/devops-solutions-map/
MIT License
178 stars 19 forks source link

Add example command to auth against ghcr #1

Closed davidjeddy closed 1 year ago

davidjeddy commented 1 year ago

While bearer token auth is well established and understood for the sake of reducing adoption friction adding an example auth command for ghcr to the README would be beneficial.

Wivik commented 1 year ago

GitHub Container Registry is public, pulling won't require any authentication.

I've figured out the confusion : there is a typo in the README

podman run -v ./data:/data:Z ghcr.io/wivik/devops-solutions-maps:(version)

=> "map", not "maps"

My bad, thanks for pointing this issue.