Connecting a mongodb container to a aspnet container?How to query MongoDB with “like”?“Large data” work flows using pandasHow to list containers in DockerHow to remove old Docker containersCopying files from host to Docker containerCannot connect to mongodb instance from docker: Connection refusedCannot connect to MongoDB via node.js in DockerTrying to connect a NodeJS app to MongoDB via Docker ComposeMongodb connection error inside docker containerDocker+Nodejs+Mongo: MongoError: failed to connect to server [172.17.0.2:27017] on first connect
Why would five hundred and five be same as one?
Deciphering cause of death?
Alignment of six matrices
Thank You : 谢谢 vs 感谢 vs 跪谢 vs 多谢
What is the meaning of the following sentence?
Why didn't Voldemort know what Grindelwald looked like?
Why the "ls" command is showing the permissions of files in a FAT32 partition?
When is "ei" a diphthong?
How to leave product feedback on macOS?
How can I, as DM, avoid the Conga Line of Death occurring when implementing some form of flanking rule?
How much do grades matter for a future academia position?
Why do Radio Buttons not fill the entire outer circle?
Why Shazam when there is already Superman?
Typing CO_2 easily
Difference between shutdown options
Anime with legendary swords made from talismans and a man who could change them with a shattered body
The Digit Triangles
Why does a 97 / 92 key piano exist by Bösendorfer?
Is there a RAID 0 Equivalent for RAM?
What (the heck) is a Super Worm Equinox Moon?
Usage of an old photo with expired copyright
Why can't the Brexit deadlock in the UK parliament be solved with a plurality vote?
What is this high flying aircraft over Pennsylvania?
How do I fix the group tension caused by my character stealing and possibly killing without provocation?
Connecting a mongodb container to a aspnet container?
How to query MongoDB with “like”?“Large data” work flows using pandasHow to list containers in DockerHow to remove old Docker containersCopying files from host to Docker containerCannot connect to mongodb instance from docker: Connection refusedCannot connect to MongoDB via node.js in DockerTrying to connect a NodeJS app to MongoDB via Docker ComposeMongodb connection error inside docker containerDocker+Nodejs+Mongo: MongoError: failed to connect to server [172.17.0.2:27017] on first connect
I'm currently trying to connect my aspnet app container to my mongodb container. I've just been using docker-compose up to initialize the instance. But when I do a get request to my localhost:4002, I'm not able to pull the data from the database. Any help would be appreciated!
DockerFile for my aspnet app
My docker-compose.yml
asp.net mongodb docker docker-compose containers
add a comment |
I'm currently trying to connect my aspnet app container to my mongodb container. I've just been using docker-compose up to initialize the instance. But when I do a get request to my localhost:4002, I'm not able to pull the data from the database. Any help would be appreciated!
DockerFile for my aspnet app
My docker-compose.yml
asp.net mongodb docker docker-compose containers
add a comment |
I'm currently trying to connect my aspnet app container to my mongodb container. I've just been using docker-compose up to initialize the instance. But when I do a get request to my localhost:4002, I'm not able to pull the data from the database. Any help would be appreciated!
DockerFile for my aspnet app
My docker-compose.yml
asp.net mongodb docker docker-compose containers
I'm currently trying to connect my aspnet app container to my mongodb container. I've just been using docker-compose up to initialize the instance. But when I do a get request to my localhost:4002, I'm not able to pull the data from the database. Any help would be appreciated!
DockerFile for my aspnet app
My docker-compose.yml
asp.net mongodb docker docker-compose containers
asp.net mongodb docker docker-compose containers
asked Mar 7 at 22:05
avenmiaavenmia
74
74
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55053557%2fconnecting-a-mongodb-container-to-a-aspnet-container%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55053557%2fconnecting-a-mongodb-container-to-a-aspnet-container%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown