Skip to content

ybrdev/go-http-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Docker

Belajar membuat HTTP Server dengan Go

Prerequisites

  • Docker
  • Go

Installation

git clone git@github.com:yusufbadurohman/go-http-server.git go-http-server
cd go-http-server
docker build . -t go-http-server

How to run

docker run -d -p 443:443 --name go-http-server-1 go-http-server