Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 332 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 332 Bytes

Go Docker

Belajar membuat HTTP Server dengan Go

Prerequisites

  • Docker
  • Go

Installation

git clone [email protected]: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