Project's Logo

benhall/golang-demo

0/100

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

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's avatar

BenHall

1 Contributions