Software Alternatives & Reviews

Thinking like containers

Docker Hub GitHub Package Registry Amazon ECR
  1. Docker Hub is a cloud-based registry service
    Pricing:
    • Open Source
    The run command takes a pre-defined container image somewhere and starts a container following the rules described from that very image. Where did the ruby:2.7 image come from? Docker Hub. Think of it like a Github for Docker images.

    #Developer Tools #Web Servers #Web And Application Servers 306 social mentions

  2. Your packages, at home with their code
    There are more Container registries but Docker Hub, such as Github Registry, Amazon ECR, to name a few. We can change the registry anytime by using the command docker login.

    #Developer Tools #Software Development #Container Registry 31 social mentions

  3. Amazon ECR is a fully-managed Docker container registry enabling developers to store, manage, and deploy Docker container images.
    There are more Container registries but Docker Hub, such as Github Registry, Amazon ECR, to name a few. We can change the registry anytime by using the command docker login.

    #Container Registry #Cloud Hosting #Developer Tools 39 social mentions

Discuss: Thinking like containers

Log in or Post with