Skip to content

esenilsson/docker-kepler.gl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 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 emni/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 emni/kepler.gl https://github.com/esenilsson/docker-kepler.gl.git

About

kepler.gl in a box

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 82.2%
  • Shell 17.8%