Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crazycapivara/docker-kepler.gl
kepler.gl in a box
https://github.com/crazycapivara/docker-kepler.gl
docker kepler-gl spatial web-gl
Last synced: about 2 months ago
JSON representation
kepler.gl in a box
- Host: GitHub
- URL: https://github.com/crazycapivara/docker-kepler.gl
- Owner: crazycapivara
- Created: 2018-11-28T10:32:09.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-27T16:51:51.000Z (almost 5 years ago)
- Last Synced: 2024-08-03T20:09:09.416Z (5 months ago)
- Topics: docker, kepler-gl, spatial, web-gl
- Language: Dockerfile
- Size: 162 KB
- Stars: 16
- Watchers: 2
- Forks: 15
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kepler.gl in a box
* [http://kepler.gl](http://kepler.gl)
* [https://github.com/uber/kepler.gl](https://github.com/uber/kepler.gl)## Pull
```bash
docker pull crazycapivara/kepler.gl
```## Run
```bash
docker run --name kepler.gl -p 8080:80 -d crazycapivara/kepler.gl# Optional: pass your mapbox access token to the container
docker run --name kepler.gl -p 8080:80 \
-e MapboxAccessToken="yourMapboxAccessToken" -d crazycapivara/kepler.gl
```Some modules need to be build at startup. Therefore, it will a take a minute until the container is ready to use
at [http://localhost:8080](http://localhost:8080).## Build
```bash
docker build -t crazycapivara/kepler.gl https://github.com/crazycapivara/docker-kepler.gl.git
```