https://github.com/suvidsahay/dockerwebserver
A web server in various programming languages which runs on a docker container.
https://github.com/suvidsahay/dockerwebserver
docker docker-compose golang golang-server
Last synced: about 2 months ago
JSON representation
A web server in various programming languages which runs on a docker container.
- Host: GitHub
- URL: https://github.com/suvidsahay/dockerwebserver
- Owner: suvidsahay
- License: mit
- Created: 2019-10-26T17:18:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-26T13:21:04.000Z (about 6 years ago)
- Last Synced: 2025-08-10T21:27:22.606Z (11 months ago)
- Topics: docker, docker-compose, golang, golang-server
- Language: Go
- Homepage:
- Size: 15.6 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# DockerWebServer
This repository contains different WebServers in different programming languages which runs on Containers.
## Installation
Install Docker on your local machine with the help from [here](https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-ubuntu-18-04).
Clone the repository
```sh
git clone https://github.com/suvidsahay/DockerWebServer.git
```