Use official Docker image

This commit is contained in:
Lukas Martinelli 2016-11-24 10:18:56 +01:00 committed by GitHub
parent b1d80a35ac
commit 842795c6e0

View file

@ -79,14 +79,7 @@ npm run lint
## Docker
Build the docker image
```
docker build -t maputnik/editor .
```
Start a docker container using the image
Start a container using the official Docker image.
```
docker run --name maputnik -p 8888:8888 -d maputnik/editor
```