Binding warnings in container output
See original GitHub issueUnable 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:
- Created 2 years ago
- Comments:8 (5 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@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
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.