Skip to content
On this page

Installation for macOS

DockR can be installed on macOS through various methods. You could use HomeBrew or Curl to install the DockR on your Mac.

Before you begin, Make sure Docker is installed and up-to-date.

Install using Curl

If you don't have HomeBrew or don't want to install HomeBrew, you can simply install DockR using curl.

To install DockR using curl, run the following command in your terminal in any directory.

bash
bash -c "$(curl -fsSL https://raw.githubusercontent.com/sharanvelu/dockr/refs/heads/development/install.sh)"

The above command will install the DockR at your $HOME directory and add the executable binary in a directory which is already added to your environment path variable.
The executable binary will be installed in /usr/local/bin/ dir.

Note :

Root permissions are required to install and to add binary to desired location.

Released under the MIT License.