-
Notifications
You must be signed in to change notification settings - Fork 0
Dockerfiles for HyperDex
License
HyperDex/docker-hyperdex
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
HyperDex Dockerfiles
====================
This repository contains Dockerfiles used for HyperDex. The dockerfiles are
listed below with a short description for each.
deploy/coord:
An Ubuntu 14.04 image that has the coordinator pre-installed.
Run the coordinator with:
docker run --net=host -t -i <image> hyperdex coordinator <normal opts> -D /hyperdex/coord
deploy/daemon:
An Ubuntu 14.04 image that has the daemon pre-installed.
Run the daemon with:
docker run --net=host -t -i <image> hyperdex daemon <normal opts> -D /hyperdex/daemon
releng/linux-amd64:
Used to build the self-contained Linux/amd64 binary distribution.
Build the tarball with:
docker run -t -i <image>
docker cp <container>:/root/hyperdex-<version>-linux-amd64.tar.gz .
About
Dockerfiles for HyperDex
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published