golang-ubuntu-docker-image

A golang ubuntu based docker image allows you spinning up a golang environment in a few seconds.

Technologies used in this project

  • Golang

Setting up this project locally

Note: The fastest way to get this application up and running locally is using Docker. Be sure that you have at least Docker 1.13.0 installed on your machine.

  1. Clone this repository
$ git clone https://github.com/godois/clustered-mongodb-docker-image.git
  1. Building the local image

You should execute the follow command in the project directory

$ docker build -t localhost/mongodb-clustered:1.0 .