Interacting with Container Registries - Docker, Podman, Skopeo, IBM Container Registry, Docker Hub

Поделиться
HTML-код
  • Опубликовано: 21 сен 2020
  • In this video I look at the value Container Registries bring to the Container ecosystem with a quick look at the Red Hat Registry, IBM Cloud Container Registry and Docker Hub. I demonstrate how easy it is to interact with Container Registries using Docker, Podman, Buildah and Skopeo.
    At the end of the video I also cover some handy tricks for working with Container Registries using the Skopeo tool including moving Container Images between Registries without needing to pull and push.
    Docker: docs.docker.com
    Podman: podman.io
    Skopeo: catalog.redhat.com/software/c...
    IBM Cloud Container Registry: www.ibm.com/au-en/cloud/conta...
    Red Hat Registry: catalog.redhat.com/software/c...
    Docker Hub: hub.docker.com
  • НаукаНаука

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

  • @okey1317
    @okey1317 Год назад

    just posting to say thanks

  • @trinathg5603
    @trinathg5603 3 года назад

    Hi, Nice session Thanks
    QQ:- How can I pull the image with skopeo, in the way to run it with docker run ?
    Means, I want to pull the images with skopeo and run those local images with docker run
    Thanks

    • @RyanHay
      @RyanHay  3 года назад

      I think you can do something like this: "skopeo copy docker://docker.io/nginx --override-arch amd64 --override-os linux docker-daemon:nginx:latest"