Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thoas/hooks-webserver
A basic golang webserver running on Docker
https://github.com/thoas/hooks-webserver
Last synced: about 1 month ago
JSON representation
A basic golang webserver running on Docker
- Host: GitHub
- URL: https://github.com/thoas/hooks-webserver
- Owner: thoas
- Created: 2015-12-08T22:41:02.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2024-11-18T13:21:22.000Z (about 1 month ago)
- Last Synced: 2024-11-18T15:06:15.990Z (about 1 month ago)
- Language: Go
- Size: 16.6 KB
- Stars: 1
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
A basic golang webserver running on Docker
==========================================1. Install Docker_ on your computer
2. Build the image::
$ make docker-build
3. Run the container
::
$ make docker-run
Open you browser to ``http://localhost:8080``.
.. _Docker: https://www.docker.com/