1
0
mirror of https://github.com/gluster/glusterd2.git synced 2026-02-05 21:45:43 +01:00
Files
glusterd2/extras/dev-docker/README.md
Kaushal M 1d377e9e20 Add Dockerfile for building the dev image
Moved from kshlm/glusterd2-dev-docker.
2016-10-19 16:11:02 +05:30

644 B

Docker image for GD2 development

This docker image contains everything required to build and run GD2 during development. The image is available as a trusted build from Docker hub gluster/glusterd2-dev.

This image is used in the 'Vagrantfile' provided at the root of the GD2 repo to setup a development environment for GD2 development.

To build a local image run,

$ docker build -t gluster/glusterd2-dev:latest .

from this directory.

History

This docker image was originally developed at kshlm/glusterd2-dev-docker, and was available as kshlm/glusterd2-dev from Docker hub.