Skip to content

DandelionWenjing/go-web

 
 

Repository files navigation

Description

  • Simple golang app to test web containers
  • Uses an environment variable to display where container is hosted

How to run

# Kubernetes
kubectl apply -f go-web.yaml

# ACI Connector
kubectl apply -f go-web-aci.yaml

# Docker
docker run -d --name go-web -e "HOST_PLATFORM=localhost" -e "BACK_COLOR=blue" -p 8080:8080 chzbrgr71/go-web

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%