Skip to content

Commit

Permalink
Update README.md (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveLasker authored Jan 25, 2019
1 parent 4f5a2fb commit f5f3c4d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# OCI Registry As Storage
[![Codefresh build status]( https://g.codefresh.io/api/badges/pipeline/orasbot/deislabs%2Foras%2Fmaster?type=cf-1)]( https://g.codefresh.io/public/accounts/orasbot/pipelines/deislabs/oras/master)
[![Go Report Card](https://goreportcard.com/badge/github.com/deislabs/oras)](https://goreportcard.com/report/github.com/deislabs/oras)
[![GoDoc](https://godoc.org/github.com/deislabs/oras?status.svg)](https://godoc.org/github.com/deislabs/oras)

Expand Down Expand Up @@ -88,7 +89,16 @@ Then, to run:
```
oras help
```
### Docker Image

A public Docker image containing the CLI is available on [Docker Hub](https://hub.docker.com/r/orasbot/oras):

```
docker run -it --rm -v $(pwd):/workspace orasbot/oras:v0.3.3 help
```

Note: the default WORKDIR in the image is `/workspace`.

### Login Credentials
`oras` uses the local Docker credentials by default. Please run `docker login` in advance for any private registries.

Expand Down

0 comments on commit f5f3c4d

Please sign in to comment.