Mapbox Studio Classic is a desktop application for vector tile driven map design.
docker run -d -p 3000:3000 stepankuzmin/mapbox-studio-classic
You can also mount a host directory as a data volume:
docker run -d \
-p 3000:3000 \
-v /data:/root \
--name studio \
stepankuzmin/mapbox-studio-classic
This command mounts the host directory, /data
, into the container at /root
.
The docs offer both a step-by-step guide to creating your first projects in Mapbox Studio Classic and detailed information about styling and creating vector sources.