From f0463fadc34df747c3119a05ad7fb498e96f3d7c Mon Sep 17 00:00:00 2001 From: Kostas Bariotis Date: Mon, 15 Jun 2020 16:40:29 +0100 Subject: [PATCH] Remove docker info (#1766) --- README.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/README.md b/README.md index e1f96fac..b5948baa 100644 --- a/README.md +++ b/README.md @@ -48,25 +48,12 @@ git clone https://github.com/excalidraw/excalidraw.git | `npm run test:update` | Update test snapshots | | `npm run test:code` | Test for formatting with Prettier | -### Docker Installation - -A production-ready version for deploying to e.g. Kubernetes or OpenShift can be built using Docker. - #### Docker Compose ```sh docker-compose up --build -d ``` -#### Native Docker - -```sh -docker build -t excalidraw/excalidraw . -docker run --rm -dit --name excalidraw -p 5000:80 excalidraw/excalidraw:latest -``` - -After building the image and running the container, open to see the application. - ## Contributing Pull requests are welcome. For major changes, please [open an issue](https://github.com/excalidraw/excalidraw/issues/new) first to discuss what you would like to change.