Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jorge79/docker-go


https://github.com/jorge79/docker-go

Last synced: 13 days ago
JSON representation

Awesome Lists containing this project

README

        

# About
This is a challenge using Docker and Go.
The task is to create a docker image that prints some message in Go and has the maximum size of 2MB

# How to run
It is necessary to have docker installed at your machine.

```bash
docker run -p 8080:8080 jorge79/docker-go:prod
``````