033 Introduction to Docker and Gitlab Registry PART (1/2)

แชร์
ฝัง
  • เผยแพร่เมื่อ 16 ต.ค. 2024

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

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

    Can ypu please tell me that how you get the registry option in gitlab beacuse i installed ce gitlab but did not get this option registry. Is there any video available which tell the basic information about that how to create registery and use with docker login and docker build command and also define abouth the varible which is use during docker login etc. kindlly start with basic

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

    101 th like is mine !

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

    Could've mentioned that using Docker commands requires sudo permissions. (and the security risk way of working around that).

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

      You most likely added your user to docker group since you don't use sudo here.

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

      Yep! That's part of the docker installation instructions for linux, or at least it was last time I looked at it.

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

      @@DanGitschooldude And still is. Docker docs actually warn people not to do it if they use a computer they cannot compromise. (Potential security risk with adding user to the docker group)

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

      @@kjn5991 Yes, at my day job we can't use docker in our lab because of the security risks associated with root escalation. I've heard you can use selinux and/or apparmor to mitigate these issues but I don't know much about it.

  • @TheAppAlchemist
    @TheAppAlchemist 5 ปีที่แล้ว

    @4:41 Just Because !!!!!!!!!!

  • @desi97244
    @desi97244 5 ปีที่แล้ว +3

    This is almost entirely a docker tutorial. No gitlab. Need to watch part2.

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

      Ack.. knowing what to put in a tutorial is difficult, but this covers far too much docker-basics, if anybody needs those explained, then they're many steps behind the CI/CD integrations.