Skip to content

mayureshkrishna/sb-camel-ms-docker-os

Repository files navigation

Spring Boot Camel Micro Service on OpenShift Local using Docker

In this example, we will learn to

  1. Clone this Spring Boot Code and Run it locally
  2. Setup a local OpenShift cluster on a workstation
  3. Build a Docker Image for the sample Spring Boot code and Push it to OpenShift Registry
  4. Create and Deploy Spring Boot Code on Open Shift using Docker Image pushed to OpenShift Registry

Table of Contents

  1. Clone and Run Spring Boot Code Locally
  2. Setting up a Local OpenShift Cluster
  3. Build and Push Docker Container Image to OpenShift Registry
  4. Create and Deploy Spring Boot Code on Open Shift using Docker Image