Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jorge79/docker-go
https://github.com/jorge79/docker-go
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jorge79/docker-go
- Owner: Jorge79
- Created: 2023-09-12T19:24:52.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-12T19:24:54.000Z (about 1 year ago)
- Last Synced: 2024-03-30T07:12:27.813Z (8 months ago)
- Language: Go
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
``````