How you should run Docker locally with Docker Desktop

Поделиться
HTML-код
  • Опубликовано: 28 сен 2024

Комментарии • 6

  • @sidneyking11
    @sidneyking11 Год назад +2

    I just stumbled over your video. I think Docker Desktop is interesting to learn. Just installed it on my m1 Mac to learn it. I wonder how Portainer-ce container will work with the Docker Desktop.

    • @BretFisher
      @BretFisher  Год назад +1

      Portainer is now a built-in Extension on Docker Desktop! hub.docker.com/extensions/portainer/portainer-docker-extension

  • @estebangomez1823
    @estebangomez1823 8 месяцев назад +1

    I have a question, I installed docker desktop in my MAC, if a build a docker image from my computer, and then run the container in my computer, am I using my computer as a local registry?

    • @BretFisher
      @BretFisher  8 месяцев назад +1

      That's not a registry, that's just the local Docker Engine image cache. You would need to "docker tag" the image and then "docker push" it to a registry so you can "docker pull" it from other machines.

    • @estebangomez1823
      @estebangomez1823 8 месяцев назад

      @@BretFisher thanks!!!!

  • @InetproTech
    @InetproTech 9 месяцев назад +1

    Great video. Thank you for the clear explanation.