An open API service indexing awesome lists of open source software.

https://github.com/prabaprakash/go-static-file-server

Docker build Go Lang Static File Server
https://github.com/prabaprakash/go-static-file-server

docker fileserver go

Last synced: 4 months ago
JSON representation

Docker build Go Lang Static File Server

Awesome Lists containing this project

README

        

```
$ git clone https://github.com/prabaprakash/Go-Static-File-Server.git
$ docker build . --tag go-static-file-server
$ docker run -it -p 80:8100 -v $PWD:/files go-static-file-server
2018/09/18 09:15:23 Serving /files on HTTP port: 8100
```