diff --git a/data/workshop/exercise1.mdx b/data/workshop/exercise1.mdx index 5de016c..f208a9b 100644 --- a/data/workshop/exercise1.mdx +++ b/data/workshop/exercise1.mdx @@ -10,6 +10,8 @@ summary: "Let's get underway with the workshop." Welcome to the OpenShift Windows Containers Workshop! Here you'll have a chance to build your windows container prowess. +For this workshop you'll be given a fresh OpenShift 4 cluster which currently only runs linux containers. You will complete a series of exercises to transform the cluster to be capable to run Windows containers. + **Let's get started!** @@ -24,3 +26,16 @@ To get underway open your web browser and navigate to the following link to rese +## 1.2 - Logging into your cluster + +After entering an email and the provided password you'll be presented with a console url and login credentials for your OpenShift cluster. + +Open the console url and login. + + +|![workshop](/workshops/static/images/windows/login.gif) | +|:-----------------------------------------------------------------------------:| +| *Obtaining a workshop environment* | + + +You're now ready to proceed with the next exercise 🎉. diff --git a/public/static/images/windows/login.gif b/public/static/images/windows/login.gif new file mode 100644 index 0000000..c07c7bf Binary files /dev/null and b/public/static/images/windows/login.gif differ diff --git a/public/static/images/windows/operator-install.gif b/public/static/images/windows/operator-install.gif index 525c1d9..28a0045 100644 Binary files a/public/static/images/windows/operator-install.gif and b/public/static/images/windows/operator-install.gif differ