/Interview-Prep

This repository contains a REAL WORLD coding interview for DevOps engineers, cloud engineers, and cloud native engineers

Primary LanguageGo

Interview-Prep

This repository contains a REAL WORLD coding interview for DevOps engineers, cloud engineers, and cloud native engineers

Docker Image Creation

Build the Docker Image

To build and run the Docker image locally to confirm it works, run the following:

docker build -t goweb . docker run -p 8080:8080 -tid goweb