From 068d676bc3b391057daf07ef135a5d767ee10c24 Mon Sep 17 00:00:00 2001 From: Arturo Gonzalez Date: Mon, 20 Sep 2021 17:46:41 -0500 Subject: [PATCH] mount telepresence install id on docker --- quick-start/demo-node.md | 28 +++++++++++++++++++++++----- 1 file changed, 23 insertions(+), 5 deletions(-) diff --git a/quick-start/demo-node.md b/quick-start/demo-node.md index 3c790af0c6..da13e355c8 100644 --- a/quick-start/demo-node.md +++ b/quick-start/demo-node.md @@ -13,6 +13,7 @@ PreviewUrl, ExternalIp } from '../../../../../src/components/Docs/Telepresence'; import Alert from '@material-ui/lab/Alert'; +import Platform from '@src/components/Platform'; import QSCards from './qs-cards'; import { UserInterceptCommand, DemoClusterWarning } from '../../../../../src/components/Docs/Telepresence'; @@ -73,12 +74,29 @@ We'll set up a development environment locally on your workstation. We'll then u 1. Run the Docker container locally: - + + - - Make sure that ports 8080 and 8083 are free.
- If the Docker engine is not running, the command will fail and you will see docker: unknown server OS in your terminal. -
+ + +
+ + + + + + + + + + +
+ + + +Make sure that ports 8080 and 8083 are free.
+If the Docker engine is not running, the command will fail and you will see docker: unknown server OS in your terminal. +
2. The Docker container includes a copy of the Emojivoto application that fixes the bug. Visit the [leaderboard](http://localhost:8083/leaderboard) and notice how it is different from the leaderboard in your Kubernetes cluster.