Skip to content

stepankuzmin/mapbox-studio-classic-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Mapbox Studio Classic Docker image

Docker Stars Docker Pulls Docker Automated buil

Mapbox Studio Classic is a desktop application for vector tile driven map design.

Screenshot

Usage

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.

Getting started

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.