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.
Thank you sir , can you please create a video on using docker for data engineering ( eg: hosting Airflow)
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.