You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The readme has an example command using docker, but it fails
docker run -v ${PWD}:/go/src/app/ -it google/addlicense -c "Google LLC" *.go
docker pull google/addlicense
Using default tag: latest
Error response from daemon: pull access denied for google/addlicense, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
The text was updated successfully, but these errors were encountered:
willnorris
added a commit
to willnorris/addlicense
that referenced
this issue
Jul 28, 2021
The readme has an example command using docker, but it fails
The text was updated successfully, but these errors were encountered: