Skip to content

crazycapivara/docker-kepler.gl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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