Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leptonyu/http-server-in-docker
http static file server in docker written by golang
https://github.com/leptonyu/http-server-in-docker
Last synced: 6 days ago
JSON representation
http static file server in docker written by golang
- Host: GitHub
- URL: https://github.com/leptonyu/http-server-in-docker
- Owner: leptonyu
- License: mit
- Created: 2016-07-16T18:16:05.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-01T08:51:16.000Z (over 7 years ago)
- Last Synced: 2024-10-30T00:48:42.500Z (about 2 months ago)
- Language: Shell
- Size: 511 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Simple http static file server in Docker
===Use the simple golang http server
pull from docker.io
```
docker pull icymint/http
```run server
```
docker run --rm --name test -v "$PWD":/docker -p 3000:3000 icymint/http
```