Skip to content

Instantly share code, notes, and snippets.

@dmytrotkk
Created October 8, 2019 09:59
Show Gist options
  • Save dmytrotkk/592f077a52553e656643f12e61186100 to your computer and use it in GitHub Desktop.
Save dmytrotkk/592f077a52553e656643f12e61186100 to your computer and use it in GitHub Desktop.
Convoy install
wget https://github.com/rancher/convoy/releases/download/v0.5.2/convoy.tar.gz
tar xvzf convoy.tar.gz
sudo cp convoy/convoy convoy/convoy-pdata_tools /usr/local/bin/
sudo mkdir -p /etc/docker/plugins/
sudo bash -c 'echo "unix:///var/run/convoy/convoy.sock" > /etc/docker/plugins/convoy.spec'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment