Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 446 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 446 Bytes

Dockerized go server

This repository contains a Dockerfile for containerizing ThoughtWorks' Go continuous delivery server.

Usage

Without persistence:

docker run -d --name go-server patforna/go-server

With data container:

docker run -d --name go-server  --volumes-from go-data patforna/go-server

Building from scratch

docker build -t patforna/go-server .