Hello. Today we will be teaching you how to create an image on the Blue Data EPIC platform. We will be creating an image consisting of CentOS using the Blue Data EPIC Application Workbench.
Prerequisites:
-Basic knowledge on containers
-Linux administration
-Git
This scenario is developed by:
You've completed the Katacoda scenario!

Steps
Creating CentOS 7 base image.
Step 1 - Creating a directory for base image
Let's build a CentOS 7 base image.
Create a directory for base images and navigate to it
mkdir -p ~/src/base_images.
cd ~/src/base_images.
You are in the base image directory.