Skip to content

Installation

A) Clone GitHub repository

Bash
git clone https://github.com/fm-labs/rdocker.git
ln -s $(pwd)/rdocker/bin/rdocker /usr/local/bin/rdocker

B) Install with homebrew

INCOMPLETE: The homebrew installation is not yet complete.

If you are using MacOS, you can install rdocker using homebrew:

Bash
brew install rdocker

C) Install DEB package

Get the latest debian package from GitHub releases page and install with dpkg:

Bash
dpkg -i rdocker_X.X.X-1_amd64.deb

D) Install RPM package

Get the latest rpm package from GitHub releases page and install with rpm:

Bash
rpm -i rdocker-X.X.X-1.x86_64.rpm