-
Notifications
You must be signed in to change notification settings - Fork 10
Client installation
Dmitry Fleytman edited this page Jul 24, 2017
·
3 revisions
Rebuild client requires docker engine 1.9.1 or newer and Ruby 2.0.0 or newer.
Ruby installation for various operating systems and distributions is described at https://www.ruby-lang.org/en/documentation/installation/.
Docker engine installation for various operating systems and distributions is described at https://docs.docker.com/engine/installation/.
For the best experience following docker engine tuning is recommended
- create group
docker
- add your user into this group
- restart docker service
groupadd docker
gpasswd -a ${USER} docker
service docker restart
- Add
DOCKER_STORAGE_OPTIONS=--storage-opt dm.no_warn_on_loop_devices=true
directive intodocker-storage
configuration file (/etc/sysconfig/docker-storage
on most systems)
Make sure rake is available:
gem install rake
Install Rebuild from rubygems.org:
gem install rbld
rbld help
Having rebuild client installed see Client configuration chapter for further instructions.