Software Alternatives & Reviews

How Do I Actually Use Docker?

Docker Hub GitHub Package Registry AWS Secrets Manager
  1. Docker Hub is a cloud-based registry service
    Pricing:
    • Open Source
    Ideally you run your the build step on CI and push the built image into container registry (like dockerhub or ghcr). You can then download the image on server and run it. You can do this with docker-compose as well, just use the image instead of dockerfile to define your web app like you do with proxy and DB.

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

  2. Your packages, at home with their code
    Ideally you run your the build step on CI and push the built image into container registry (like dockerhub or ghcr). You can then download the image on server and run it. You can do this with docker-compose as well, just use the image instead of dockerfile to define your web app like you do with proxy and DB.

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

  3. AWS Secrets Manager to Rotate, Manage, Retrieve Secrets
    You can probably use GitHub secrets, yes. Depending on your deployment flow there could be other solutions: check out doppler maybe, maybe you can use ansible or similar automation tool, maybe you can use a secret manager like AWS or similar.

    #Identity And Access Management #Identity Provider #SSO 67 social mentions

Discuss: How Do I Actually Use Docker?

Log in or Post with