Search type Search syntax
Tags [tag]
Exact "words here"
Author user:1234
user:me (yours)
Score score:3 (3+)
score:0 (none)
Answers answers:3 (3+)
answers:0 (none)
isaccepted:yes
hasaccepted:no
inquestion:1234
Views views:250
Code code:"if (foo != bar)"
Sections title:apples
body:"apples oranges"
URL url:"*.example.com"
Saves in:saves
Status closed:yes
duplicate:no
migrated:no
wiki:no
Types is:question
is:answer
Exclude -[tag]
-apples
For more details on advanced search visit our help page
Results tagged with
Search options not deleted user 401511

Docker is an open source project that automates the deployment of applications inside software containers.

2 votes
2 answers
53k views

Failed to connect to localhost port 5000: Connection refused with Docker

I have build my small Python(flask ) app.Container is here docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS … checked sudo netstat -an | grep -E "5000" unix 3 [ ] STREAM CONNECTED 25000 It is not listeting on 5000. yaml line with ports ports: - "5000:5000" If I exec my container docker
MikiBelavista's user avatar
1 vote
0 answers
621 views

uwsgi socket 0 bound to TCP address

I have run docker build -t and created image and latter container.Now I am looking at my docker logs uWSGI http bound on 0.0.0.0:9090 fd 4 uwsgi socket 0 bound to TCP address 127.0.0.1:32824 (port auto-assigned …
MikiBelavista's user avatar
1 vote
1 answer
18 views

Error: error contacting notary server: x509: certificate signed by unknown authority

I am puzzled how docker and Notary work together. … /notary cd notary $ docker-compose build docker-compose up -d mkdir -p ~/.notary && cp cmd/notary/config.json cmd/notary/root-ca.crt ~/.notary What root-ca.crt represents? …
MikiBelavista's user avatar