Skip to content

It's just an prototype how to run and deploy golang using docker

Notifications You must be signed in to change notification settings

herlianto-github/go-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Image CI/CD

go-docker

Golang Rest API and deploy with Docker.

Clone this repository

$ git clone https://github.com/herlianto-github/go-docker.git
> Cloning into `go-docker`...
> remote: Counting objects: 10, done.
> remote: Compressing objects: 100% (8/8), done.
> remove: Total 10 (delta 1), reused 10 (delta 1)
> Unpacking objects: 100% (10/10), done.

Build

docker build -t go-docker .

Run

docker run -dp 8080:8080 go-docker

Open your favorite browser set URL to http:https://localhost:8080/ and hit ENTER

About

It's just an prototype how to run and deploy golang using docker

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published