stepankuzmin / mapbox-studio-classic-docker

Mapbox Studio Classic Docker image 🐳

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Mapbox Studio Classic Docker image 🐳


Languages

Language:Dockerfile 100.0%