Skip to content

Instantly share code, notes, and snippets.

@mjvdende
Last active June 6, 2024 00:31
Show Gist options
  • Save mjvdende/e12a97c6300d928dd6cccf048b037e1e to your computer and use it in GitHub Desktop.
Save mjvdende/e12a97c6300d928dd6cccf048b037e1e to your computer and use it in GitHub Desktop.
## pine64
sudo curl -L "https://github.com/ubiquiti/docker-compose-aarch64/releases/download/1.22.0/docker-compose-Linux-aarch64" -o /usr/local/bin/docker-compose
sudo chmod +x /usr/local/bin/docker-compose
## raspberry pi
# Install required packages
apt update
apt install -y python python-pip python-setuptools build-essential python-dev libffi-dev
# Install Docker Compose from pip
pip install docker-compose
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment