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
- Host: GitHub
- URL: https://github.com/prabaprakash/go-static-file-server
- Owner: prabaprakash
- Created: 2017-12-11T09:46:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-06T20:59:26.000Z (over 5 years ago)
- Last Synced: 2025-01-14T09:54:37.369Z (5 months ago)
- Topics: docker, fileserver, go
- Language: Go
- Homepage:
- Size: 5.86 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```