# เปลี่ยน user เป็น root
sudo -i
# เช็ควันที่เวลา
date
# เปลี่ยน timezone
timedatectl set-timezone Asia/Bangkok
# เช็ควันที่เวลา
date
#การติดตั้ง docker
curl -fsSL https://get.docker.com -o get-docker.sh
sh get-docker. sh
# ตรวจสอบว่า docker ทำงานหรือไม่
systemct1 status docker
# เริ่มการทำงาน docker
systemct1 start docker
# หยุดการทำงาน docker
systemctl stop docker
#ตั้งค่าให้ docker ทำงานอัตโนมัติ เพื่อ restart
systemctl enable docker