Skip to content

Commit

Permalink
documentation: auth without docker, not without ko (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
arve0 authored Dec 21, 2020
1 parent 722ad3c commit 552c3d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ GO111MODULE=on go get github.com/google/ko/cmd/ko
The `ko` CLI makes extensive use of the container registry as a ubiquitous and
standard object store. However, the typical model for authenticating with a
container registry is via `docker login`, and `ko` does not require users to
install `docker` locally. To facilitate logging in without `ko` we expose:
install `docker` locally. To facilitate logging in without `docker` we expose:

```shell
ko auth login my.registry.io -u username --password-stdin
Expand Down

0 comments on commit 552c3d4

Please sign in to comment.