vSphere with Tanzu Series : Part 1 - Docker: Create your own image

Getting started with containers is fairly easy. This post is just a summary of the steps I took to create a docker container image that I will be using in my kubernetes labs. TLDR Create a free account on hub.docker.com Install Docker Create a Dockerfile. Build an image with the Dockerfile. Run a container with the image you created and perform tests. Push the image to docker hub. Step 01: Install Docker Installation is pretty straight forward....

September 19, 2021 · 2 min · Jahnin Rajamoni