question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Binding warnings in container output

See original GitHub issue

Unable to run Mixcore as docker container. There is binding warnings in container output.

warn: Microsoft.AspNetCore.Server.Kestrel[0] Unable to bind to http://localhost:5000 on the IPv6 loopback interface: ‘Cannot assign requested address’. warn: Microsoft.AspNetCore.Server.Kestrel[0] Unable to bind to https://localhost:5001 on the IPv6 loopback interface: ‘Cannot assign requested address’.

To Reproduce Open terminal and run following commands: docker pull mixcore/mix.core:latest docker run -it --rm -p 5000:80 --name mixcore_cms mixcore/mix.core:latest

OS: Mac OS Monterey 12.0.1

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
mrtascicommented, Nov 12, 2021

@nhathoang989 It worked now with latest image and below command. I am able to browse the site by http://localhost:5000/ . Thank you!

docker run -it --rm -p 5000:80 --name mixcore_cms -e ASPNETCORE_URLS=http://+:80 mixcore/mix.core:latest

0reactions
nhathoang989commented, Nov 12, 2021

There is a problem with razor while updating to Net 6. The views.dll file is now missing. Please try again after updating mixcore/mix.core:latest.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to suppress SLF4J Warning about multiple bindings?
SLF4J API is desinged to bind with one and only one underlying logging framework at a time. If more than one binding is...
Read more >
WPF Binding Errors always show in the output window
I am working on a huge WPF project that has no binding errors. I usually track them down using Snoop, for more info...
Read more >
WARNING:root:Bind of container was skipped since it has ...
Hello, One of my docker container requires access to a directory where it tracks file changes within that directory (using the watchdog ...
Read more >
Bind mounts
Bind mounts have limited functionality compared to volumes. When you use a bind mount, a file or directory on the host machine is...
Read more >
akjoshi's Blog - Resolving harmless binding errors in WPF
While developing WPF applications, you will notice a lot of binding errors being displayed in output window; like this System.Windows.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found