https://github.com/eccenca/dataproxy-docker
https://github.com/eccenca/dataproxy-docker
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/eccenca/dataproxy-docker
- Owner: eccenca
- Created: 2015-02-16T13:28:16.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-11-28T09:29:25.000Z (over 9 years ago)
- Last Synced: 2025-03-15T17:32:44.188Z (about 1 year ago)
- Language: Makefile
- Size: 16.6 KB
- Stars: 0
- Watchers: 8
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# get the image
$ docker pull eccenca/ckan-dataproxy
# run
```
$ docker run -d --name dataproxy -p 8080:8080 -p 8000:8000 eccenca/ckan-dataproxy:latest
```
# run with config
## auth & save the credentials in gcloud-config volumes
```
$ docker run -ti --name ckan-dataproxy-config eccenca/ckan-dataproxy:latest gcloud auth login
Go to the following link in your browser: ...
Enter verification code: ...
You are now logged in as [...]
Your current project is [None]. You can change this setting by running:
$ gcloud config set project
gcloud config set project ...
```
## run dataproxy (with config)
```
$ docker run -d --name dataproxy -p 8080:8080 -p 8000:8000 --volumes_from ckan-dataproxy-config eccenca/ckan-dataproxy:latest
```