[Solved] Docker template port comes up n/a for container port when loaded with add container.


Paul_Ber

Recommended Posts

Docker template port comes up n/a for container port when loaded with add container.

 

This is my template:

https://github.com/paulpoco/docker-templates/blob/master/paulpoco/flexget.xml

 

This what the 1st time edit screen looks like:

image.thumb.png.47bd9907f1e7442d1d0d141d1027b39b.png

 

Now is this doing this because I set Network to "none" and am using extra param of --net=container:binhex-delugevpn ?

 

So far I cannot access the webui at host:5050 .

Edited by Paul_Ber
Link to comment

The n/a is because there's no description at all within the <Config> entry (You're using a v1 template which has been deprecated since 6.2)

 

That being said, you really should update either the description or add in

<Requires>binhex delugevpn installed</Requires>

since the template won't work without delugevpn being installed, and extra parameters is only visible from advanced 

 

No WebUI being available is a longstanding issue on dockerMan where the webUI entry will not appear (rightfully so) if network is set to be none.

Link to comment
  • Paul_Ber changed the title to [Solved] Docker template port comes up n/a for container port when loaded with add container.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.