microservice_example/

directory
v0.0.0-...-6575fa1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 25, 2022 License: Apache-2.0

README

A Simple Microservice Example

This folder contains a simple microservice example. This microservice hosts a homepage and an about page displaying simple strings. Later, it is containerized using a Dockerfile.

Run the following commands


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

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL