Skip to content

w7089/docker-gs-ping

 
 

Repository files navigation

docker-gs-ping

A simple Go server/microservice example for Docker's Go Language Guide.

Notable features:

  • Includes a multi-stage Dockerfile.
  • Has a CI pipeline using GitHub Actions to run tests.
  • Has a CD pipeline using GitHub Actions to publish to Docker Hub.

Want moar?!

There is a more advanced example in olliefr/docker-gs-ping-roach using CockroachDB.

Contributing

This was written for an introduction section of the Docker tutorial and as such it favours brevity and pedagogical clarity over robustness.

Thus, feedback is welcome, but please no nits or pedantry. Ain't nobody got time for that 🙃

License

Apache-2.0 License

GitLab CI Pipeline

Discover GitLab CI Pipeline for Go Docker apps. GitLab pipeline vets, tests, builds binary and docker image for go sample containerized app.

About

A simple Go server example for Docker's "Getting Started with Docker and Go". .gitlab-ci.yml shows GitLab CI for this app

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 45.5%
  • Go 37.1%
  • Dockerfile 17.4%