Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 737 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 737 Bytes

kepler.gl in a box

Pull

docker pull crazycapivara/kepler.gl

Run

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.

Build

docker build -t crazycapivara/kepler.gl https://github.com/crazycapivara/docker-kepler.gl.git