Skip to content

Commit

Permalink
Docker instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
fkorotkov committed Sep 14, 2020
1 parent 893ecbe commit 31a6c2d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ HTTP proxy with REST API to interact with Google Cloud Storage Buckets
Simply allows using `HEAD`, `GET` or `PUT` requests to check blob's availability, as well as downloading or uploading
blobs to a specified GCS bucket.

Prebuilt Docker image is available on GitHub's Container Registry:

```bash
docker pull ghcr.io/cirruslabs/google-storage-proxy:latest
```

# Arguments

* `port` - optional port to run the proxy on. By default, `8080` is used.
Expand Down

0 comments on commit 31a6c2d

Please sign in to comment.