Skip to content

Latest commit

 

History

17 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages