https://github.com/stepankuzmin/mapbox-studio-classic-docker
Mapbox Studio Classic Docker image 🐳
https://github.com/stepankuzmin/mapbox-studio-classic-docker
docker mapbox-studio nodejs raster-tiles vector-tiles
Last synced: about 1 month ago
JSON representation
Mapbox Studio Classic Docker image 🐳
- Host: GitHub
- URL: https://github.com/stepankuzmin/mapbox-studio-classic-docker
- Owner: stepankuzmin
- Created: 2016-11-02T19:04:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-11-29T10:08:18.000Z (over 7 years ago)
- Last Synced: 2025-03-26T18:15:39.385Z (about 1 year ago)
- Topics: docker, mapbox-studio, nodejs, raster-tiles, vector-tiles
- Language: Dockerfile
- Size: 796 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mapbox Studio Classic Docker image
[]()
[]()
[]()
[Mapbox Studio Classic](https://github.com/mapbox/mapbox-studio-classic) is a desktop application for vector tile driven map design.

## Usage
```shell
docker run -d -p 3000:3000 stepankuzmin/mapbox-studio-classic
```
You can also mount a host directory as a data volume:
```shell
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.
- [Style quickstart](https://www.mapbox.com/help/style-quickstart/)
- [Source quickstart](https://www.mapbox.com/help/source-quickstart/)
- [Common questions](https://www.mapbox.com/help/studio-common-questions/)
- [Contributing to Mapbox Studio Classic](https://github.com/mapbox/mapbox-studio-classic/blob/mb-pages/CONTRIBUTING.md)