All Projects → shahidhk → go-docker

shahidhk / go-docker

Licence: MIT license
Sample code and dockerfiles accompanying the blog post The Ultimate Guide to Writing Dockerfiles for Go Web-apps

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to go-docker

gin-rest-prisma-boilerplate
🍱 backend with gin (golang web framework), redis, prisma, rbac, and authentication
Stars: ✭ 25 (-71.91%)
Mutual labels:  gin, dep
node-docker
Guide for Writing Dockerfiles for Node.js Applications
Stars: ✭ 91 (+2.25%)
Mutual labels:  alpine, live-reload
Air
☁️ Live reload for Go apps
Stars: ✭ 5,257 (+5806.74%)
Mutual labels:  gin, live-reload
docker-ansible
Alpine-based multistage-build version of Ansible for reproducible usage in CI
Stars: ✭ 168 (+88.76%)
Mutual labels:  alpine, multistage
Ffmpeg
Docker build for FFmpeg on Ubuntu / Alpine / Centos 7 / Scratch
Stars: ✭ 828 (+830.34%)
Mutual labels:  alpine, scratch
docker-terraform-docs
Alpine-based multistage-build version of terraform-docs and terraform-docs-replace in multiple versions to be used for CI and other reproducible automations
Stars: ✭ 59 (-33.71%)
Mutual labels:  alpine, multistage
headless-chrome-alpine
A Docker container running headless Chrome
Stars: ✭ 26 (-70.79%)
Mutual labels:  alpine
Dockerfiles
These are Dockerfiles I've created for programs without official docker image.
Stars: ✭ 24 (-73.03%)
Mutual labels:  alpine
WanAndroid
WanAndroidApp
Stars: ✭ 25 (-71.91%)
Mutual labels:  glide
LiteGui
Immediate Mode GUI From Scratch
Stars: ✭ 15 (-83.15%)
Mutual labels:  scratch
docker-serveo
https://serveo.net is an alternative for ngrok. taichunmin/serveo can let you secure URL to your localhost server through any NAT or firewall in Docker. And taichunmin/serveo-server can let you host your own serveo.
Stars: ✭ 91 (+2.25%)
Mutual labels:  alpine
docker-php-alpine
minimal (ish) php images in alpine
Stars: ✭ 29 (-67.42%)
Mutual labels:  alpine
docker-alpine
Minimal Alpine with working init process
Stars: ✭ 21 (-76.4%)
Mutual labels:  alpine
docker-dind-awscli
A Docker image for Docker-in-Docker (dind) with AWS CLI v2 awscli tool included
Stars: ✭ 36 (-59.55%)
Mutual labels:  alpine
coro-scratch
A Scratch to Python transpiler that makes extensive use of coroutines
Stars: ✭ 22 (-75.28%)
Mutual labels:  scratch
alpine-xmrig
XMRig miner in an Alpine Linux Docker image.
Stars: ✭ 35 (-60.67%)
Mutual labels:  alpine
FlickOff
A lite movie guide app, with MVVM architecture, that lets you discover movies from TMDb.
Stars: ✭ 31 (-65.17%)
Mutual labels:  glide
docker-wordmove
Docker image to run Wordmove
Stars: ✭ 16 (-82.02%)
Mutual labels:  multistage
Lang-app
Add a multi lang configuration to your WEB APP 'from scratch' [ANY FRAMEWORK, ANY PLUGIN, ANY API]
Stars: ✭ 15 (-83.15%)
Mutual labels:  scratch
caddy
📦 Tiny 9MB Caddy image compressed with UPX
Stars: ✭ 22 (-75.28%)
Mutual labels:  upx

go-docker

A simple web app written in Go, with dockerfiles for development and production.

Build and run using any dockerfile:

$ docker build -f [dockerfile] -t go-docker .
$ docker run --rm -it -p 8080:8080 go-docker

See branch glide for glide based workflow instead of dep.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].