9. Running docker on a Raspberry Pi | Hosting a website for free

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 ม.ค. 2025

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

  • @mutasimbillahbinahmad6689
    @mutasimbillahbinahmad6689 4 ปีที่แล้ว +2

    Thank you for such detailed explanation.

  • @nicholassmith6412
    @nicholassmith6412 3 ปีที่แล้ว

    Very useful intro to docker, thanks

  • @bc-kelley
    @bc-kelley 3 ปีที่แล้ว

    So I installed Portainer so I can see docker in my browser, how can I login to Portainer with the ssh secure token.? Is possible to have the pi only allow that one login?

  • @jack8160
    @jack8160 2 ปีที่แล้ว

    I have a Raspberry Pi 3A+, which only has about 600MB of ram. Do you think this will be enough for both a website and an email or should I just stick to one?

  • @peterhughes3648
    @peterhughes3648 2 ปีที่แล้ว

    This no longer works because the docker Wordpress command does not work. The TAR file will not decompress because docker puts it in a file where it cannot execute the UTIME command. I cannot even find where docker has put Wordpress in order to correct the problem. Anyone help?

    • @AndrewBater
      @AndrewBater 2 ปีที่แล้ว

      This docker command has sorted the tar issue for me, but it doesn't help later in the course when we are making a docker compose file.
      docker run -p 80:80 --security-opt seccomp=unconfined wordpress

    • @alesvarga9986
      @alesvarga9986 8 หลายเดือนก่อน

      @@AndrewBater same here, i get an error about the location the docker compose shuld install or access is kinda externaly managed... got confused :/

  • @marcopin24
    @marcopin24 3 ปีที่แล้ว +1

    Thank you for your tutorial. I need to alert you that in some case (like mine) the command "docker run wordpress" doesn't work properly.
    After pulling and extracting files returns hundreds of rows like following:
    WordPress not found in /var/www/html - copying now...
    tar: ./wp-settings.php: Cannot utime: Operation not permitted
    ...
    tar: ./wp-config-docker.php: Cannot utime: Operation not permitted
    tar: .: Cannot utime: Operation not permitted
    tar: Exiting with failure status due to previous errors
    and abort process.
    I think is a problem with some permission but I'm not able to figure out where the issue come from. (launching command using sudo lead to the same result).

    • @Thebertybee
      @Thebertybee 3 ปีที่แล้ว +1

      I have got the same problem, did you get it fixed

    • @3xp1r3Pr1nc3
      @3xp1r3Pr1nc3 3 ปีที่แล้ว +1

      same problem.. anyone did fix it?

    • @bonbon_ann2701
      @bonbon_ann2701 3 ปีที่แล้ว

      same problem here, still don't know how to solve it... did someone found a fix ?

  • @jornejongsma
    @jornejongsma 4 ปีที่แล้ว

    While these instructions are truly helpful, I hope it won't run out of date too soon...
    I personally already had installed Docker via instructions on Docker Docs, for every type of system there is one, have a (currently) look at: docs.docker.com/engine/install/debian/

  • @dawid_dahl
    @dawid_dahl 4 ปีที่แล้ว +2

    Thank you SO much for this tutorial, so grateful!

    • @Singleentity101
      @Singleentity101  4 ปีที่แล้ว +1

      You're welcome, glad to have helped you