From 842795c6e03844153e650615a109daab4e37618f Mon Sep 17 00:00:00 2001 From: Lukas Martinelli Date: Thu, 24 Nov 2016 10:18:56 +0100 Subject: [PATCH] Use official Docker image --- README.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/README.md b/README.md index 7b4aa7e..3eba06e 100644 --- a/README.md +++ b/README.md @@ -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 ```