No description
  • Go 87.9%
  • Dockerfile 12.1%
Find a file
2021-07-26 23:19:26 +01:00
.gitignore feat: add docker compose file 2021-05-10 04:20:09 +03:00
docker-compose.yml feat: add docker compose file 2021-05-10 04:20:09 +03:00
Dockerfile Fix trailing slash issue in Dockerfile COPY 2021-07-26 23:19:26 +01:00
go.mod feat: exponential backoff connection retry 2021-05-10 04:19:52 +03:00
go.sum feat: exponential backoff connection retry 2021-05-10 04:19:52 +03:00
LICENSE Initial commit 2021-05-09 18:55:11 +03:00
main.go feat: exponential backoff connection retry 2021-05-10 04:19:52 +03:00
README.md Update README.md 2021-05-09 21:34:40 +03:00

docker-gs-ping-roach

A slightly more advanced Go server/microservice example for Docker's Go Language Guide.

Notable features:

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