docs(getting-started): remove the docker stuff from development and move to deployment local instead

This commit is contained in:
blam
2020-07-15 10:51:42 +02:00
parent 76952ea307
commit 13762a0405
@@ -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)