ไม่สามารถเล่นวิดีโอนี้
ขออภัยในความไม่สะดวก

Install Docker and Portainer GUI on Raspberry Pi in 7 minutes

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 เม.ย. 2024
  • In this video, we will look into How to install Docker and Portainer which is a UI-based docker management software on Raspberry Pi
    Commands mentioned in video:
    To download Docker: curl -sSL get.docker.com | sh
    To assign pi(modify as per your username) user to docker group: sudo usermod -aG docker pi
    To Pull Portainer: sudo docker pull portainer/portainer-ce:linux-arm
    To install Portainer: sudo docker run -d -p 9000:9000 --name=portainer --restart=always -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/data portainer/portainer-ce:linux-arm
    I am building an IoT Community on WhatsApp, click the below link to join the group
    chat.whatsapp....
    __________________________________________________________
    🔗Important links:
    Docker: www.docker.com/
    Docker Hub: hub.docker.com/
    Portainer: www.portainer.io/
    __________________________________________________________
    🙋Connect with Me:-
    Presenter: Hariharnath Paduchuru
    LinkedIn: / hariharnath
    WhatsApp Group: chat.whatsapp....
    __________________________________________________________
    🎥 🎤️ My Video Equipment:-
    Boya ByM1 mic: amzn.to/3MkRMRg
    BROLAVIYA Overhead Video Mobile Stand: amzn.to/3QCpDYq
    Digitek Tripod: amzn.to/49g1Cxm
    Digitek Ring light: amzn.to/46LGwFJ
    These are affiliate links which means that I get a little bit of money when you purchase through this link which helps support this channel (You're awesome if you do!).
    __________________________________________________________
    🎞Curated Playlists:-
    IoT Fundamentals: • Fundamentals of IoT
    IoT Applications: • IoT Applications
    Career in IoT: • Career in IoT
    IoT Cloud Platforms: • IoT Cloud Platforms
    Azure IoT Series: • Azure IoT Tutorial Series
    Node-RED Tutorials: • Node-RED Tutorials
    __________________________________________________________
    #docker #raspberrypi #containers

ความคิดเห็น • 8

  • @pennakira
    @pennakira 14 วันที่ผ่านมา

    thank you, really helpful!

    • @IoTFrontier
      @IoTFrontier  14 วันที่ผ่านมา

      @@pennakira thanks for the comment

  • @ThiagoSciotta
    @ThiagoSciotta 2 หลายเดือนก่อน +2

    Really Helpful! Thanks from Brazil!

    • @IoTFrontier
      @IoTFrontier  2 หลายเดือนก่อน +1

      Glad it was helpful

  • @thejaskn1560
    @thejaskn1560 2 หลายเดือนก่อน +1

    Thanks buddy, really helpful!

    • @IoTFrontier
      @IoTFrontier  2 หลายเดือนก่อน

      Glad it was helpful

  • @wimjager5163
    @wimjager5163 3 หลายเดือนก่อน +1

    Hello, thank you for making this video. Is this methode also for rpi 5 bookworm 64 bits? Because i cannot find portainer and docker files for it.

    • @IoTFrontier
      @IoTFrontier  3 หลายเดือนก่อน

      May be you can find an answer here. forums.docker.com/t/installation-steps-for-the-latest-raspberry-pi-os-64-bit/138838