https://github.com/ichtrojan/go-docker
Dockerisation of a Golang application
https://github.com/ichtrojan/go-docker
devops docker docker-compose go golang
Last synced: 7 months ago
JSON representation
Dockerisation of a Golang application
- Host: GitHub
- URL: https://github.com/ichtrojan/go-docker
- Owner: ichtrojan
- Created: 2019-08-16T23:52:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-27T19:28:21.000Z (about 6 years ago)
- Last Synced: 2023-02-28T13:23:01.881Z (almost 3 years ago)
- Topics: devops, docker, docker-compose, go, golang
- Language: Go
- Homepage:
- Size: 1.95 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Docker with Go
## Prerequisite
* [Docker 🐳](https://docker.com) installed on host machine, that's all 😒
## Setup
To build and run our `Dockerfile` simply run:
```command
docker-compose up
```
Trust me that's all you need to do.
## Usage
Visit `0.0.0.0:8888` on your web browser

Also, if you visit `0.0.0.0:8888/greet/{your-name}` you will get a greeting with your name attached

All running within a docker container.