Skip to content

JarvusInnovations/tippecanoe-alpine

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NS Docker: Tippecanoe

This is a Docker image for Mapbox's Tippecanoe, based on Alpine Linux.

Usage

Run with docker run, mounting a local directory or use Docker volumes as needed with -v. See below for specific examples.

Interactive mode with bash

Bash comes preinstalled and will run as the default entrypoint.

docker run --rm -it -v data:/home/tippecanoe registry.gitlab.com/natural-solutions/tippecanoe:latest
bash-5.0$ tippecanoe --help

The optional --rm flag removes the container filesystem on completion to prevent cruft build-up. See: https://docs.docker.com/engine/reference/run/#clean-up---rm

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Languages

  • Dockerfile 100.0%