XWiki on Docker with proxy

Hello,

I’m trying to install xwiki from the docker image and i’m having trouble.
I can see through the console output that it tries to connect to the Internet:

Connect to extensions.xwiki.org:80 [extensions.xwiki.org/104.25.107.17, extensions.xwiki.org/104.25.106.17] failed: Connection refused

Any ideas how i can resolve this issue ?

Thnx
Nicolas

Hi there, I’ve just tested it and it works fine so my guess is that you have some proxy and you need to define the user and password to be used.

See http://www.xwiki.org/xwiki/bin/view/Documentation/AdminGuide/Installation/#HRunningXWikibehindproxy-server

You could open a jira issue on https://jira.xwiki.org/browse/XDOCKER so that we could provide an easy way to pass those parameter directly from the docker command line.

Thx