- ลง Docker :
curl -sSL https://get.docker.com | sh - Add permission to Pi User to run Docker Commands :
sudo usermod -aG docker pi
สั่ง reboot
- ทดสอบ Docker :
sudo docker run hello-world
- ติดตั้งเพิ่ม
sudo apt-get install libffi-dev libssl-dev
sudo apt-get install -y python python-pip
sudo apt-get remove python-configparser - ติดตั้ง Docker Compose
sudo pip install docker-compose