Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```