All Projects → callicoder → go-docker

callicoder / go-docker

Licence: other
Golang Docker Container Example

Programming Languages

go
31211 projects - #10 most used programming language
Dockerfile
14818 projects

Projects that are alternatives of or similar to go-docker

Array
contiguous container library - arrays with customizable allocation, small buffer optimization and more
Stars: ✭ 215 (+451.28%)
Mutual labels:  container
Staticvec
Implements a fixed-capacity stack-allocated Vec alternative backed by an array, using const generics.
Stars: ✭ 236 (+505.13%)
Mutual labels:  container
filegrain
transport-agnostic, fine-grained content-addressable container image layout
Stars: ✭ 23 (-41.03%)
Mutual labels:  container
Vuex Feature Scoped Structure
📈 Feature scoped Vuex modules to have a better organization of business logic code inside Vuex modules based on Large-scale Vuex application structures @3yourmind
Stars: ✭ 218 (+458.97%)
Mutual labels:  container
K8s Diagrams
A collection of kubernetes-related diagrams
Stars: ✭ 227 (+482.05%)
Mutual labels:  container
Ko
Build and deploy Go applications on Kubernetes
Stars: ✭ 3,755 (+9528.21%)
Mutual labels:  container
Aws Containers Task Definitions
Task Definitions for running common applications Amazon ECS
Stars: ✭ 210 (+438.46%)
Mutual labels:  container
nginx-lua
Nginx 1.19+ with LUA support based on Alpine Linux, Amazon Linux, Debian, Fedora and Ubuntu.
Stars: ✭ 112 (+187.18%)
Mutual labels:  container
Self Hosted Docker Server Templates
Just some templates to get someone started with hosting various servers in Docker
Stars: ✭ 237 (+507.69%)
Mutual labels:  container
di
🐑 A flexible dependency injection container; It is an implementation of PSR-11
Stars: ✭ 20 (-48.72%)
Mutual labels:  container
Helloworld Msa
Main repository with documentation and support files
Stars: ✭ 218 (+458.97%)
Mutual labels:  container
Harbor
An open source trusted cloud native registry project that stores, signs, and scans content.
Stars: ✭ 16,320 (+41746.15%)
Mutual labels:  container
pouchrobot
An AI robot to collaborate in any open source project on GitHub
Stars: ✭ 39 (+0%)
Mutual labels:  container
Containernet
Mininet fork adding support for container-based (e.g. Docker) emulated hosts.
Stars: ✭ 218 (+458.97%)
Mutual labels:  container
docker eventer
A Docker container to notify about Docker events written in Python
Stars: ✭ 14 (-64.1%)
Mutual labels:  container
Makisu
Fast and flexible Docker image building tool, works in unprivileged containerized environments like Mesos and Kubernetes.
Stars: ✭ 2,409 (+6076.92%)
Mutual labels:  container
Haconiwa
MRuby on Container / A Linux container runtime using mruby DSL for configuration, control and hooks
Stars: ✭ 247 (+533.33%)
Mutual labels:  container
dockerfilegraph
Visualize your multi-stage Dockerfiles
Stars: ✭ 55 (+41.03%)
Mutual labels:  container
hybridnet
A CNI plugin, provides networking environment where overlay and underlay containers can run on the same node and have cluster-wide bidirectional network connectivity.
Stars: ✭ 188 (+382.05%)
Mutual labels:  container
docker-electrumx
Run an Electrum server with one command
Stars: ✭ 87 (+123.08%)
Mutual labels:  container

go-docker

Several Examples for building docker containers for your Go applications.

Running the app locally

$ go build
$ ./go-docker
2019/02/03 11:38:11 Starting Server
$ curl http://localhost:8080?name=Rajeev
Hello, Rajeev

Building and running the docker image

Read the tutorial: Building Docker Containers for Go Applications

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].