Skip to content

A simple demo for learning how to create a containerized Go application using Docker with configure a CI/CD pipeline.

Notifications You must be signed in to change notification settings

terrylin13/go-api-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-api-docker

A simple demo for learning how to create a containerized Go application using Docker with configure a CI/CD pipeline.

Build the docker image with Dockerfile

#build
docker build -t go-api-demo:v0.1 .
#run
docker run -p 8080:8080  go-api-demo:v0.1

Reference

CI/CD

GitHub Action

About

A simple demo for learning how to create a containerized Go application using Docker with configure a CI/CD pipeline.

Resources

Stars

Watchers

Forks

Packages

No packages published