Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Cài đặt Docker trên Raspberry Pi
#1


Chạy các lệnh sau để cài đặt Docker trên Raspberry Pi đang chạy hệ điều hành Linux : Raspbian, Hassbian …

[Image: 100px-Raspberry_Pi_Logo.svg.png]


Quote:apt update


Quote:apt-get install apt-transport-https ca-certificates curl gnupg-agent software-properties-common

Add Docker’s official GPG key:

Quote:curl -fsSL https://download.docker.com/linux/debian/gpg | sudo apt-key add --

# install docker

Quote:curl -fsSL get.docker.com -o get-docker.sh && sh get-docker.sh

# Register its startup

Quote:systemctl start docker.service
systemctl enable docker.service

# add user “pi” to docker if needed


Quote:usermod -aG docker pi


#raspberry_pi #hassio
+if code work pls share our site to ur facebook, google plus or share to ur friends to help us popular
+ Donate to help us online : http://paypal.me/nnmanh/2
+ Reply our post the result or we never help you again.
+ Do not SPAM our Forum or get banned !!
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
Video Raspberry Pi:  How to make a cluster computer using Raspberry Pi's nnm 1 1,964 05-01-2023, 10:09 PM
Last Post: nnm
  Raspberry Pi - Visual Studio Code nnm 0 1,773 25-08-2021, 12:04 PM
Last Post: nnm
  Raspberry Pi Pico nnm 0 1,941 25-07-2021, 11:56 PM
Last Post: nnm
  Make A Raspberry Pi Zero WiFi Security Camera, Also Accessible Over The Internet nnm 0 1,895 18-07-2021, 05:38 PM
Last Post: nnm

Forum Jump:


Users browsing this thread: 1 Guest(s)