diff --git a/data/workshop/exercise1.mdx b/data/workshop/exercise1.mdx index a6a81e5..3019372 100644 --- a/data/workshop/exercise1.mdx +++ b/data/workshop/exercise1.mdx @@ -72,3 +72,16 @@ Right now, there are no applications or components to view in your `userX` proj +## 1.5 - Launching a web terminal + +While web interfaces are comfortable and easy to use, sometimes we want to quickly run commands to get things done. That is where the `oc` command line utility comes in. + +One handy feature of the OpenShift web console is we can launch a web terminal that will create a browser based terminal that already has the `oc` command logged in and ready to use. + +Let's launch a web terminal now by clicking the terminal button in the top right hand corner and then clicking **Start** with our `userX` project selected. + + +![web-terminal](/ocp-app-delivery-workshop/static/images/web-terminal.gif) + + + diff --git a/public/static/images/web-terminal.gif b/public/static/images/web-terminal.gif new file mode 100644 index 0000000..7a40866 Binary files /dev/null and b/public/static/images/web-terminal.gif differ