You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, how do i add data files to the mongodb from my local machine.
Now i have data in my local machine and want to add that data to mongodb through dockerfile.
for ex: if i want to copy some project/war file to tomcat, we do following in the the tomcat docker file
COPY ./soucefile/ ./destination/
Likewise, how do i add data to mongodb via docker file
Thanks,
Krishna P
The text was updated successfully, but these errors were encountered:
Hi, how do i add data files to the mongodb from my local machine.
Now i have data in my local machine and want to add that data to mongodb through dockerfile.
for ex: if i want to copy some project/war file to tomcat, we do following in the the tomcat docker file
COPY ./soucefile/ ./destination/
Likewise, how do i add data to mongodb via docker file
Thanks,
Krishna P
The text was updated successfully, but these errors were encountered: