Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Docker image for running go apps
https://github.com/binocarlos/docker-go

Last synced: 11 days ago
JSON representation

Docker image for running go apps

Awesome Lists containing this project

README

        

docker-go
=========

Docker image for running go apps

```
FROM ubuntu:12.04
RUN apt-get update
RUN apt-get install -y python-software-properties git
RUN add-apt-repository -y ppa:duh/golang
RUN apt-get update
RUN apt-get install -y golang
```