Actions
Feature #16698
closedarvbox to expose ports 45000-45020 for debugging purposes
Story points:
-
Release:
Release relationship:
Auto
Description
Delve needs a port to be exposed inside the docker container. Lets have 20 of them
Updated by Nico César over 4 years ago
- Assigned To changed from Nico César to Peter Amstutz
Peter can you check 16698-debug-ports-arvbox? this is how I tested it.
$ ./arvados/tools/arvbox/bin/arvbox start publicdev (in another terminal) $ docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES ebdaf154fbee arvados/arvbox-dev "/sbin/runit" About a minute ago Up About a minute 0.0.0.0:443->443/tcp, 0.0.0.0:3001->3001/tcp, 0.0.0.0:8000-8002->8000-8002/tcp, 0.0.0.0:8900->8900/tcp, 0.0.0.0:9000->9000/tcp, 0.0.0.0:9002->9002/tcp, 0.0.0.0:25101->25101/tcp, 0.0.0.0:45000-45020->45000-45020/tcp 16462If you want to go ahead and merge is ok with me too, otherwise I'll do it
Updated by Peter Amstutz over 4 years ago
- Assigned To changed from Peter Amstutz to Nico César
- Subject changed from arvbox to expose ports 45000-45020 for debugging purposes to arvbox to expose ports 45000-45020 for debugging purposes
Updated by Anonymous over 4 years ago
- % Done changed from 0 to 100
- Status changed from In Progress to Resolved
Applied in changeset arvados|1e4630ddb8015d72978aae1be334cce2f8ca20d4.
Actions