Skip to content

How to proxy Docker and non-Docker applications? #2146

Answered by EDIflyer
EDIflyer asked this question in Q&A
Discussion options

You must be logged in to vote

OK got there in the end! Played about a bit with some command line pinging and wgetting in alpine containers with different network settings and when I realised I could ping the address OK but couldn't get the service to worked I realised it might be a firewall rule issue - found this article and adding sudo ufw allow from 172.19.0.0/16 and then reverse proxying to 172.17.0.1 did the trick :)

https://superuser.com/questions/1709013/enable-access-to-host-service-with-ubuntu-firewall-from-docker-container

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by EDIflyer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant