Skip to content

go-franky/plain_http

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plain HTTP

A quick configuration for getting a server up an running with Go and Docker

Prerequist

  • docker
  • docker-compose (optional)

Usage

Plain docker

docker build -t plain_http .
docker run -p 8080:8080 plain_http

Using docker-compose

docker-compose build
docker-compose up

About

A quick configuration for getting a server up an running with Go and Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published