/docker-kepler.gl

kepler.gl in a box

Primary LanguageDockerfile

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