From 13762a04052f237e1239658c6a4bfe85112e052a Mon Sep 17 00:00:00 2001 From: blam Date: Wed, 15 Jul 2020 10:51:42 +0200 Subject: [PATCH] docs(getting-started): remove the docker stuff from development and move to deployment local instead --- docs/getting-started/development-environment.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/docs/getting-started/development-environment.md b/docs/getting-started/development-environment.md index 9d6c4aa691..86337e21e0 100644 --- a/docs/getting-started/development-environment.md +++ b/docs/getting-started/development-environment.md @@ -80,19 +80,6 @@ yarn diff # Make sure all plugins are up to date with the latest plugin template yarn create-plugin # Create a new plugin ``` -### (Optional) Try on Docker - -Run the following commands if you have Docker environment - -```bash -$ yarn docker-build -$ docker run --rm -it -p 80:80 spotify/backstage -``` - -Then open http://localhost/ on your browser. - -### (Optional) Running with Docker-Compose - > See [package.json](/package.json) for other yarn commands/options. [Next Step - Create a Backstage plugin](create-a-plugin.md)