benhall/golang-demo
This project, named golang-demo
by Ben Hall, is a simple demonstration of using Docker and Golang to build and run a web application. To build the Docker image, use the command docker build -t golang-demo .
in the project directory. Once the image is built, run the container with the command docker run --name=golang-http-demo -p 8082:8080 -itd golang-demo
. The container will be accessible on port 8082 of the host machine. To check if the application is running, use the curl
command to make a request to localhost:8082
.
Project Information
- Repository: BenHall/golang-demo
- Owner: BenHall
- Language: Go
- Created at: 2024-07-10
- Last Updated: 2024-07-10
Engagement Metrics
- Stars: 0
- Forks: 0
- Open Issues: 0
- Watchers: 0
- Subscribers: 2
Contribution Opportunities
- Issues are available for contributions.
- Project boards are active.
- Wiki is available for documentation and guides.
License
No license information available.
Recent Contributors
BenHall
1 Contributions