Get started with your Developer Sandbox

This activity, created by Don Schenck, will show you how to set up and use the Developer Sandbox. With the Developer Sandbox, you experience hands-on learning resources without setup or configuration, and learn to develop quicker than ever before.

In the first lesson, you set up your Developer Sandbox environment and built an application from source code. Now it's time to do the same thing with a container image.

In order to get full benefit from taking this lesson, you need to:

In this lesson, you will:

  • Set up your Developer Sandbox.
  • Set up a cluster.
  • Build the application from a container image.

Build the application from a container image

Begin by navigating to the Topology page. Right-click on the page and select the Container image option from the Add to Project menu (Figure 1).

Select the Container image option from the Add to Project menu
Figure 1: Add to your project by right-clicking on the Topology page.

You will be prompted to supply the fully qualified image name. Use this image name: quay.io/rhdevelopers/intro-front.

Then scroll down, select the Deployment Resource type, and click Create (Figure 2).

The Deploy Image page is shown.
Figure 2: Easily deploy an image by using this form.

This is the option I use 100% of the time. I like to build and test my images on my PC, then push them to my image registry (quay.io/donschenck). Once I host an image in a registry, it's very simple to get it into OpenShift.Is there more?

Yes. Play around. Try things. Break things. Learn more about the Developer Sandbox. Learn more about OpenShift. There is a wealth of knowledge for you to learn within the Red Hat Developer program.

Previous resource
Build your application from source code