It's just my notes, or not?

Install Docker and Docker-Compose on Raspberry Pi

# Docker
curl -sSL https://get.docker.com | sh
sudo usermod -aG docker pi

# Docker-Compose
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python get-pip.py
pip install docker-compose

No comments:

Post a Comment