Bug 39791 - Ports for Docker Apps
Ports for Docker Apps
Status: NEW
Product: UCS Test
Classification: Unclassified
Component: App Center
unspecified
Other Linux
: P5 normal (vote)
: ---
Assigned To: App Center maintainers
: interim-2
Depends on: 39199
Blocks:
  Show dependency treegraph
 
Reported: 2015-11-05 10:01 CET by Dirk Wiesenthal
Modified: 2016-10-21 18:51 CEST (History)
2 users (show)

See Also:
What kind of report is it?: Development Internal
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional):
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dirk Wiesenthal univentionstaff 2015-11-05 10:01:21 CET
We need a test case for that (or two):

app1:
  Version=1.0
  PortsExclusive=2000,2001
  PortsRedirection=3000:3500,3001:3501
app1:
  Version=2.0
  PortsExclusive=2000,2001
  PortsRedirection=3000:3500,3001:3501
app2:
  PortsExlusive=2001,2002
app3:
  PortsRedirection=3000:3600,3001:3601

Install app1=1.0.
app2 should not be installable. app3 should not be installable. app1=2.0 should be installable.

+++ This bug was initially created as a clone of Bug #39199 +++

A Docker App can define ports which will be used exclusive by the Docker App. That means the port of the Docker host is redirected to the Docker container.

The ports can be defined via the ini file.