Understanding Docker Build Args with in-depth intuition

Поділитися
Вставка
  • Опубліковано 16 лис 2024

КОМЕНТАРІ • 2

  • @suryap6518
    @suryap6518 9 місяців тому

    Thank you sir , can you please create a video on using docker for data engineering ( eg: hosting Airflow)

  • @abhisekchowdhury8584
    @abhisekchowdhury8584 9 місяців тому

    Great video !
    Can we use different arguement names in Host machine and in Docker ? eg. while exporting its "export MONGODB_IP=$APPNAME_MONGODB_IP" and in Dockerfile, its "ARG MONGODB_IP"
    Because lets say we have multiple containers running in the same host machine, each requires different config parameter values but with same name.